/* =========================================================
   Selbst gehostete Schriften — keine Verbindung zu Google.
   Schibsted Grotesk (variabel: wght 400–900, aufrecht + kursiv)
   — Displayschrift: Überschriften, Buttons, Labels.
   Overused Grotesk  (variabel: wght 300–900, slnt 0…-10 für Kursive)
   — Fließtext, Listen, Öffnungszeiten.
   Beide SIL Open Font License 1.1 (*-OFL.txt im selben Ordner).
   ========================================================= */

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/schibsted-grotesk.woff2") format("woff2");
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("../fonts/schibsted-grotesk-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Overused Grotesk";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/overused-grotesk.woff2") format("woff2");
}
/* Kursive kommt aus der Neigungsachse derselben Datei */
@font-face {
  font-family: "Overused Grotesk";
  font-style: oblique 0deg 10deg;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/overused-grotesk.woff2") format("woff2");
}
