/* ============================================================
   SCHRIFTEN — alle lokal gehostet (DSGVO), keine externen Requests.
   Quellen: Google Fonts (OFL), heruntergeladen 10.08.2026,
   plus Bestandskopien aus website-scout (Bitter, Manrope 500/700).
   Pfad relativ: die Masterseiten binden ../../system/core/fonts.css
   ein — die font-Dateien liegen in ../fonts/.
   ============================================================ */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-var.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-var.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter";
  src: url("../fonts/bitter-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
