/* ════════════════════════════════════════════════════════════════
   zeitweisezeitreisende — Lokale Schriften (DSGVO-sicher)
   ────────────────────────────────────────────────────────────────
   ZZR Noir/Gold v6.3 — übernommen aus Divi-Vorläufer.
   Drei Schrift-Familien:
   · Cormorant Garamond — Display, Italic-Headlines
   · Jost — UI, Navigation, Buttons
   · Source Serif 4 — Body-Text (lange Lese-Passagen)
   ════════════════════════════════════════════════════════════════ */

@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/cormorant-garamond-regular.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond-500.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond-500italic.woff2') format('woff2'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/cormorant-garamond-600.woff2') format('woff2'); }

@font-face { font-family: 'Jost'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/jost-300.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/jost-regular.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/jost-500.woff2') format('woff2'); }
@font-face { font-family: 'Jost'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/jost-600.woff2') format('woff2'); }

@font-face { font-family: 'Source Serif 4'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/source-serif-4-regular.woff2') format('woff2'); }
@font-face { font-family: 'Source Serif 4'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/source-serif-4-italic.woff2') format('woff2'); }
@font-face { font-family: 'Source Serif 4'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/source-serif-4-600.woff2') format('woff2'); }

:root {
  --zzr-font-display: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --zzr-font-ui: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --zzr-font-body: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --zzr-noir: #0D0D0D;
  --zzr-noir-soft: #1A1A1A;
  --zzr-cream: #F5F0E8;
  --zzr-cream-soft: #B8AE9C;
  --zzr-gold: #C9A84C;
  --zzr-gold-deep: #AD8740;
}
