/* ═══════════════════════════════════════════════════════════
   Google Fonts – Lokal gehostet
   Schritt 1: Diese Datei liegt bereits auf dem Server.
   Schritt 2: Lade die Schrift-Dateien von
              https://gwfh.mranftl.com/fonts/orbitron
              https://gwfh.mranftl.com/fonts/exo-2
              herunter (Format: woff2) und lege sie in
              assets/fonts/ ab.
   Schritt 3: Entferne die Google Fonts CDN-Links aus den PHP-Dateien
              und ersetze sie durch:
              <link rel="stylesheet" href="/assets/css/fonts.css">
   ═══════════════════════════════════════════════════════════ */

/* ── Orbitron ───────────────────────────────────────────── */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/orbitron-v31-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/orbitron-v31-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/orbitron-v31-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/orbitron-v31-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/orbitron-v31-latin-800.woff2') format('woff2');
}

/* ── Exo 2 ──────────────────────────────────────────────── */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/exo-2-v21-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/exo-2-v21-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/exo-2-v21-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/exo-2-v21-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/exo-2-v21-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/exo-2-v21-latin-600.woff2') format('woff2');
}
