/* ===========================================================
   SCHRIFTEN — lokal eingebunden (DSGVO-konform)
   ===========================================================

   WICHTIG — EIN SCHRITT IST NOCH ERFORDERLICH:

   Die Fontdateien selbst konnten in der Entwicklungsumgebung nicht
   heruntergeladen werden (kein Internetzugang). Bitte einmalig
   nachholen — dauert ca. 3 Minuten:

   1. https://gwfh.mranftl.com/fonts  aufrufen
      (oder direkt bei https://fonts.google.com die Familien laden)
   2. Familie "Inter" auswählen
      Gewichte: 400, 500, 600, 700, 800
      Format: woff2  ->  herunterladen
   3. Familie "Inter Tight" auswählen
      Gewichte: 600, 700, 800
      Format: woff2  ->  herunterladen
   4. Alle .woff2-Dateien in diesen Ordner (/fonts/) legen
   5. Unten die auskommentierten @font-face-Blöcke aktivieren
      (die Zeilen zwischen den Markierungen einfach entkommentieren)

   BIS DAHIN gilt: Die Website nutzt automatisch die System-
   Schriftarten (siehe Fallback-Kette in css/styles.css).
   Die Seite funktioniert vollständig, das Schriftbild weicht
   nur geringfügig ab. Es findet KEINE Verbindung zu Google statt.

   =========================================================== */


/* ---------- Nach dem Download hier entkommentieren ---------- */
/*
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-v13-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-v13-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-v13-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter-v13-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('inter-v13-latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-tight-v7-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter-tight-v7-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('inter-tight-v7-latin-800.woff2') format('woff2');
}
*/
/* ---------- Ende des zu aktivierenden Blocks ---------- */
