/* Selbstgehostete Schrift: Oxygen (SIL Open Font License – siehe Oxygen-OFL.txt).
   Kein Google-Fonts-Aufruf → DSGVO-konform. Dateien in /assets/fonts/.
   Verfügbare Schnitte: 300 (Light), 400 (Regular), 700 (Bold);
   500/600/800 fallen automatisch auf den nächstgelegenen Schnitt zurück. */

@font-face{
  font-family:'Oxygen';
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url('/assets/fonts/Oxygen-Light.woff2') format('woff2');
}
@font-face{
  font-family:'Oxygen';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/assets/fonts/Oxygen-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'Oxygen';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('/assets/fonts/Oxygen-Bold.woff2') format('woff2');
}
