/* Self-hosted Fonts.
   Bereinigt am 19.08.2026: Schnitte, deren Dateien nicht existieren, sind entfernt.
   Sie erzeugten sechs 404-Anfragen bei JEDEM Seitenaufruf. */

@font-face{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter/Inter-300.woff2') format('woff2');
}

@font-face{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter/Inter-400.woff2') format('woff2');
}

@font-face{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter/Inter-600.woff2') format('woff2');
}

@font-face{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/inter/Inter-800.woff2') format('woff2');
}

@font-face{
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/orbitron/Orbitron-Variable.woff2') format('woff2');
}
