/*
 * Inter, self-hosted. Served from public/ verbatim, so it never passes through
 * the build's PostCSS chain — the tokens name Inter (guide §3) and this loads it,
 * latin only, the four weights the type scale uses. URLs are relative to this
 * file, which sits beside the woff2 files it names.
 *
 * The woff2 files are Inter v5.2.8, taken from the @fontsource/inter package
 * (files/inter-latin-{400,500,600,700}-normal.woff2). They are committed here
 * rather than imported, so no font CSS reaches the build's PostCSS chain.
 */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("inter-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("inter-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("inter-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("inter-latin-700-normal.woff2") format("woff2");
}
