/* Schriften werden lokal ausgeliefert (kein Google-Fonts-Abruf zur Laufzeit → DSGVO).
   Die Dateien lädt scripts/fetch-fonts.sh einmalig herunter. Fehlen sie, greifen die System-Schriften. */
@font-face {
  font-family: 'Quicksand';
  src: url('Quicksand-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('Bitter-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
