/* =================================================================
   FONTS · Self-hosted (DSGVO/EU-Souveränität – kein Google-CDN).
   Variable Fonts (woff2) decken alle in den Tokens genutzten Stärken ab:
   Inter 400–680, Geist Mono 400–500. font-display: swap (kein FOIT).
   ================================================================= */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;            /* variable: deckt 400/500/600/680 ab */
  src: url("/fonts/inter-latin-variable.woff2") format("woff2");
}

/* "Inter Display" (als Display-Familie in den Tokens referenziert) nutzt
   denselben Variable-Font – optisch identisch, keine separate Datei nötig. */
@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/fonts/inter-latin-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;            /* variable: deckt 400/500 ab */
  src: url("/fonts/geist-mono-latin-variable.woff2") format("woff2");
}
