/* =========================================================================
   MONO DIMENSION – Webfonts (self-hosted, DSGVO-konform)
   Quelle: Fontsource (SIL Open Font License 1.1) – latin-Subset inkl. Umlauten.
   Lizenzen: assets/fonts/OFL-Inter.txt, assets/fonts/OFL-Montserrat.txt
   Einbinden VOR tokens.css und style.css:
     <link rel="stylesheet" href="/assets/css/fonts.css">
   Empfohlenes Preload fuer die wichtigsten Schnitte im <head>:
     <link rel="preload" href="/assets/fonts/montserrat-latin-700-normal.woff2" as="font" type="font/woff2" crossorigin>
     <link rel="preload" href="/assets/fonts/inter-latin-400-normal.woff2" as="font" type="font/woff2" crossorigin>
   ========================================================================= */

/* --- Montserrat (Display / Headlines) --------------------------------- */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-latin-700-normal.woff2") format("woff2");
}

/* --- Inter (Body / UI) ------------------------------------------------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin-600-normal.woff2") format("woff2");
}
