/* ============================================================
   Greenkeeper – lokale Schriften (DSGVO-konform, ohne Google)
   ------------------------------------------------------------
   Benötigte Dateien im Unterordner  fonts/  (Namen exakt so):

     fonts/jost-latin-300-normal.woff2
     fonts/jost-latin-400-normal.woff2
     fonts/cormorant-garamond-latin-300-italic.woff2

   Direkter Download (kostenlos, SIL Open Font License):
     jsDelivr / Fontsource – einfach anklicken, Datei speichern:
     https://cdn.jsdelivr.net/npm/@fontsource/jost@latest/files/jost-latin-300-normal.woff2
     https://cdn.jsdelivr.net/npm/@fontsource/jost@latest/files/jost-latin-400-normal.woff2
     https://cdn.jsdelivr.net/npm/@fontsource/cormorant-garamond@latest/files/cormorant-garamond-latin-300-italic.woff2

   Die drei Dateien einfach in den Ordner fonts/ legen – fertig,
   kein Umbenennen nötig. Solange sie fehlen, greift die System-Schrift.
   ============================================================ */

/* ---------- Jost Light 300 – Fließtext, Wortmarke ---------- */
@font-face {
  font-family: 'Jost';
  src: url('fonts/jost-latin-300-normal.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ---------- Jost Regular 400 – Labels, Navigation ---------- */
@font-face {
  font-family: 'Jost';
  src: url('fonts/jost-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- Cormorant Garamond Light Italic – Claims ---------- */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/cormorant-garamond-latin-300-italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
