/* Lokal gehostete Schriften – keine Verbindung zu Google, DSGVO-konform.
   Bebas Neue  … plakative Überschriften (Flyer-Schrift, nur Großbuchstaben)
   Jost        … Fließtext, Formulare, Buttons
   Caveat      … handschriftliche Akzente, sehr sparsam einsetzen
   Lizenzen: SIL Open Font License, siehe *-OFL.txt in diesem Ordner. */

@font-face {
  font-family: 'Bebas Neue';
  src: url('BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  src: url('Caveat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  src: url('Caveat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
