/* ═══════════════════════════════════════════════════════════
   Lokal gehostete Schriftarten für die Cyberpunk-Seiten von schoscho.at
   Ersetzt den externen Google-Fonts-Nachladevorgang (Datenschutz + Performance
   + funktioniert auch ohne Verbindung zu fonts.googleapis.com/fonts.gstatic.com).

   Quelle der Dateien: Fontsource (fontsource.org), Original-Font-Autoren
   siehe LICENSE-orbitron.txt / LICENSE-share-tech-mono.txt in diesem Ordner.
   Beide Schriften stehen unter der SIL Open Font License 1.1 – frei nutzbar,
   auch kommerziell, auch selbst gehostet.
   ═══════════════════════════════════════════════════════════ */

/* ── Orbitron – für Überschriften, Labels, Ausgabe-Werte ── */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('orbitron-400.woff2') format('woff2'),
       url('orbitron-400.woff') format('woff');
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('orbitron-700.woff2') format('woff2'),
       url('orbitron-700.woff') format('woff');
}

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

/* ── Share Tech Mono – Fließtext/Basisschrift ── */
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('share-tech-mono-400.woff2') format('woff2'),
       url('share-tech-mono-400.woff') format('woff');
}
