/* ============================================================
   FONTS — selbst gehostet (DSGVO), woff2 aus fonts/.
   Quelle: google-webfonts-helper, Subset latin.
   Display: Schibsted Grotesk 700/900 · Text: Figtree 400/600
   ============================================================ */

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/schibsted-grotesk-v7-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/schibsted-grotesk-v7-latin-900.woff2") format("woff2");
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/figtree-v9-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/figtree-v9-latin-600.woff2") format("woff2");
}
