/* Selbst gehostete Schriften (DSGVO-konform, kein Google-Aufruf).
   Die Dateien stammen aus dem Download von fonts.google.com ("Get font" -> "Download all")
   und werden UNVERAENDERT in diesen Ordner /fonts/ gelegt:
     Newsreader-VariableFont_opsz,wght.ttf
     Newsreader-Italic-VariableFont_opsz,wght.ttf
     Figtree-VariableFont_wght.ttf
     Figtree-Italic-VariableFont_wght.ttf
   Solange die Dateien fehlen, greift automatisch die Ersatzschrift (Georgia / Helvetica). */
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 200 800; font-display: swap;
  src: url("Newsreader-VariableFont_opsz,wght.ttf") format("truetype"); }
@font-face { font-family: "Newsreader"; font-style: italic; font-weight: 200 800; font-display: swap;
  src: url("Newsreader-Italic-VariableFont_opsz,wght.ttf") format("truetype"); }
@font-face { font-family: "Figtree"; font-style: normal; font-weight: 300 900; font-display: swap;
  src: url("Figtree-VariableFont_wght.ttf") format("truetype"); }
@font-face { font-family: "Figtree"; font-style: italic; font-weight: 300 900; font-display: swap;
  src: url("Figtree-Italic-VariableFont_wght.ttf") format("truetype"); }
