/* ════════════════════════════════════════════════════════════════
   gklickt — Lokale Schriften (DSGVO-sicher, KEIN Google-CDN)
   ────────────────────────────────────────────────────────────────
   WOFF2-Dateien liegen in /assets/fonts/ — Beschaffung siehe
   /assets/fonts/FONTS-NEEDED.txt
   ════════════════════════════════════════════════════════════════ */

/* ─── EB Garamond — Headings, italic ─────────────────────────── */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/eb-garamond-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/eb-garamond-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/eb-garamond-500.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/eb-garamond-500italic.woff2') format('woff2');
}

/* ─── Jost — Body, UI, Navigation ─────────────────────────────── */
@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');
}

/* ─── Fallback-Stack: schlägt zu, falls woff2 fehlt ───────────── */
:root {
  --gk-font-heading: 'EB Garamond', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --gk-font-body: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
