/* ============================================================
   Lokal gehostete Schriften (aus Google Fonts extrahiert, latin-Subset).
   Alle drei Familien sind Variable Fonts: eine Datei pro Stil deckt
   den kompletten Gewichtsbereich ab, der Browser wählt die exakte
   Schnittstärke selbst aus der Achse. Kein Google-Fonts-CDN-Request mehr.
   ============================================================ */

@font-face {
  font-family: "Big Shoulders Display";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url("../assets/fonts/big-shoulders-display.woff2") format("woff2");
}

@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/familjen-grotesk.woff2") format("woff2");
}

@font-face {
  font-family: "Familjen Grotesk";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/familjen-grotesk-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/spline-sans-mono.woff2") format("woff2");
}
