/* ABR-IT — lokal gehostete Schriften (DSGVO-konform, kein Google-CDN)
   ----------------------------------------------------------------------------
   Variable Fonts (eine Datei deckt alle Schnitte 100–800 ab).
   Quelle: Google Fonts (Open Font License, OFL.txt liegt im selben Ordner).
   Eingebunden via:  <link rel="stylesheet" href="/abr-it/fonts.css">
   ----------------------------------------------------------------------------*/

@font-face {
  font-family: 'Sora';
  src: url('fonts/sora-variable.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('fonts/plus-jakarta-sans-variable.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
