/* Selbst gehostete Webfonts (DSGVO: kein Google-Fonts-CDN) — Latin-Subset, woff2.
   MvB-Stil (06/2026): Vollkorn (Serif-Headlines) + League Spartan (Body/UI),
   Exo 2 nur für die EBK24-Wortmarke (Logo). IBM Plex wurde abgelöst. */

@font-face{
  font-family:'Exo 2';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('fonts/exo2-var.woff2') format('woff2');
}
@font-face{
  font-family:'League Spartan';
  font-style:normal;
  font-weight:300 700;
  font-display:swap;
  src:url('fonts/leaguespartan-var.woff2') format('woff2');
}
@font-face{
  font-family:'Vollkorn';
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('fonts/vollkorn-var.woff2') format('woff2');
}
@font-face{
  font-family:'Vollkorn';
  font-style:italic;
  font-weight:400 600;
  font-display:swap;
  src:url('fonts/vollkorn-italic-var.woff2') format('woff2');
}
