/* ============================================================================
   fonts.css — Lokale Schriften für nina-fischer (100% DSGVO, kein Google-CDN)
   ----------------------------------------------------------------------------
   Die Schriften sind lokal eingebettet (WOFF, auf Latein + Deutsch subgesetzt,
   font-display: swap). Es wird KEINE Verbindung zu Google Fonts aufgebaut.
   Cormorant Garamond, Mulish und Allura liegen als .woff-Dateien in diesem
   Ordner. Wer später auf .woff2 umstellen möchte, tauscht Dateien + Endung.
   ============================================================================ */

/* ── Cormorant Garamond — Überschriften & Display ─────────────────────────── */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('cormorant-garamond-400.woff') format('woff');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url('cormorant-garamond-500.woff') format('woff');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url('cormorant-garamond-600.woff') format('woff');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url('cormorant-garamond-400italic.woff') format('woff');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;src:url('cormorant-garamond-500italic.woff') format('woff');}

/* ── Mulish — Fließtext & UI ───────────────────────────────────────────────── */
@font-face{font-family:'Mulish';font-style:normal;font-weight:300;font-display:swap;src:url('mulish-300.woff') format('woff');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url('mulish-400.woff') format('woff');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url('mulish-600.woff') format('woff');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url('mulish-700.woff') format('woff');}

/* ── Allura — dekorative Signatur (nur bei Bedarf geladen) ─────────────────── */
@font-face{font-family:'Allura';font-style:normal;font-weight:400;font-display:swap;src:url('allura-400.woff') format('woff');}
