/* Lokale Schriften – ersetzt die Einbindung über Google Fonts (DSGVO).
   Benötigte Dateien in diesem Ordner:
     archivo-variable.woff2   (Archivo, variabel: Breite 62–125, Gewicht 100–900)
     comic-neue-400.woff2
     comic-neue-700.woff2
   Bezugsquelle und Anleitung: SERVER-SETUP.md */

@font-face {
  font-family: 'Archivo';
  src: url('archivo-variable.woff2') format('woff2-variations'),
       url('archivo-variable.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comic Neue';
  src: url('comic-neue-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Comic Neue';
  src: url('comic-neue-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
