/* Lokal gehostete Schriften (SIL Open Font License) – keine externe Verbindung.
   Inter wird als variable Schrift über den gesamten Gewichtsbereich genutzt. */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/bebasneue-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('assets/fonts/inter.woff2') format('woff2');
}
