/* ============================================================
   Lokale Fonts (DSGVO-konform, kein Google-CDN)
   Variable Fonts: Montserrat (wght 100–900),
   Fraunces Italic (wght 100–900, optische Größe automatisch)
   Quelle: Google Fonts (SIL Open Font License), latin-Subset
   ============================================================ */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-var.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/fraunces-italic-var.woff2") format("woff2");
}
