/* ============================================================
   PAGENU - self-hosted fonts (DSGVO-safe, keine Google-Requests)
   Lege die passenden .woff2-Dateien in diesen /fonts/ Ordner.
   Genaue Download-Schritte: siehe README.txt in diesem Ordner.
   font-display: swap haelt Text waehrend des Ladens sichtbar.
   ============================================================ */

/* ---------- Jost (Hauptschrift) - PFLICHT ----------
   Die Seite nutzt genau diese zwei Staerken: 400 und 600. */

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

/* ---------- Cormorant Garamond - OPTIONAL ----------
   Wird nur fuer die eine kursive Serifen-Zeile im About-Bereich
   genutzt ("Music is not what he does, it is who he is.").
   Ohne diese Datei greift automatisch Georgia bzw. die
   System-Serifenschrift. Wenn du sie nicht willst: Block loeschen. */

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