/* ════════════════════════════════════════════
   Selbst gehostete Schriften (DSGVO-konform, keine Google-CDN-Abfrage)
   Die WOFF2-Dateien liegen in assets/fonts/. Einmalig auf dem Server
   per  tools/fetch-fonts.php  herunterladen (lädt sie von Google und
   speichert sie lokal). Bis dahin greift der System-Fallback
   (Georgia bzw. Helvetica Neue) – die Seite bleibt voll lesbar.
   ════════════════════════════════════════════ */

/* ── EB Garamond (Überschriften) ── */
@font-face { font-family:'EB Garamond'; font-style:normal; font-weight:400; font-display:swap; src:url('fonts/ebgaramond-400.woff2') format('woff2'); }
@font-face { font-family:'EB Garamond'; font-style:normal; font-weight:500; font-display:swap; src:url('fonts/ebgaramond-500.woff2') format('woff2'); }
@font-face { font-family:'EB Garamond'; font-style:normal; font-weight:600; font-display:swap; src:url('fonts/ebgaramond-600.woff2') format('woff2'); }
@font-face { font-family:'EB Garamond'; font-style:italic; font-weight:400; font-display:swap; src:url('fonts/ebgaramond-italic-400.woff2') format('woff2'); }
@font-face { font-family:'EB Garamond'; font-style:italic; font-weight:500; font-display:swap; src:url('fonts/ebgaramond-italic-500.woff2') format('woff2'); }

/* ── DM Sans (Fließtext & UI) ── */
@font-face { font-family:'DM Sans'; font-style:normal; font-weight:400; font-display:swap; src:url('fonts/dmsans-400.woff2') format('woff2'); }
@font-face { font-family:'DM Sans'; font-style:normal; font-weight:500; font-display:swap; src:url('fonts/dmsans-500.woff2') format('woff2'); }
@font-face { font-family:'DM Sans'; font-style:normal; font-weight:600; font-display:swap; src:url('fonts/dmsans-600.woff2') format('woff2'); }
@font-face { font-family:'DM Sans'; font-style:normal; font-weight:700; font-display:swap; src:url('fonts/dmsans-700.woff2') format('woff2'); }
