/* PRE – Schrift-Definitionen
   DSGVO-Hinweis: Es werden KEINE externen Schriften (z. B. Google Fonts) geladen.
   Standard sind systemeigene Schriften (kein Netzwerk-Request).

   Optional self-hosting: Lege passende .woff2-Dateien in /fonts und aktiviere die
   @font-face-Blöcke unten (Versionsnummern der Seiten nicht vergessen). */

:root {
  /* Display / Überschriften – im Stil der PRE-Wortmarke (Didot-Serife) */
  --font-display: "Didot", "Bodoni MT", "Playfair Display", "Hoefler Text", Georgia, "Times New Roman", serif;
  /* Fließtext – klar, seriös, gut lesbar */
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/*
@font-face {
  font-family: "Playfair Display";
  src: url("/fonts/playfair-var-latin.woff2") format("woff2");
  font-weight: 400 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-var-latin.woff2") format("woff2");
  font-weight: 300 700; font-style: normal; font-display: swap;
}
*/
