/* ============================================================
   OPERIEN – Lokale Web Fonts (DSGVO-konform, kein Google-Request)
   Die .woff2-Dateien liegen im Ordner /fonts/.
   → Einmalig mit fonts/download-fonts.sh erzeugen (siehe fonts/ANLEITUNG.txt)
   Solange die Dateien fehlen, greift automatisch der System-Font-Fallback.
   ============================================================ */

/* ---------- Geist (Sans) ---------- */
@font-face{font-family:"Geist";font-style:normal;font-weight:300;font-display:swap;src:url("fonts/geist-300.woff2") format("woff2")}
@font-face{font-family:"Geist";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/geist-400.woff2") format("woff2")}
@font-face{font-family:"Geist";font-style:normal;font-weight:500;font-display:swap;src:url("fonts/geist-500.woff2") format("woff2")}
@font-face{font-family:"Geist";font-style:normal;font-weight:600;font-display:swap;src:url("fonts/geist-600.woff2") format("woff2")}
@font-face{font-family:"Geist";font-style:normal;font-weight:700;font-display:swap;src:url("fonts/geist-700.woff2") format("woff2")}
@font-face{font-family:"Geist";font-style:normal;font-weight:800;font-display:swap;src:url("fonts/geist-800.woff2") format("woff2")}
@font-face{font-family:"Geist";font-style:normal;font-weight:900;font-display:swap;src:url("fonts/geist-900.woff2") format("woff2")}

/* ---------- Geist Mono ---------- */
@font-face{font-family:"Geist Mono";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/geist-mono-400.woff2") format("woff2")}
@font-face{font-family:"Geist Mono";font-style:normal;font-weight:500;font-display:swap;src:url("fonts/geist-mono-500.woff2") format("woff2")}
@font-face{font-family:"Geist Mono";font-style:normal;font-weight:600;font-display:swap;src:url("fonts/geist-mono-600.woff2") format("woff2")}

/* ---------- Instrument Serif (Display) ---------- */
@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/instrument-serif-400.woff2") format("woff2")}
@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url("fonts/instrument-serif-italic.woff2") format("woff2")}
