/* Self-hosted fonts (latin subset, variable-weight woff2) — replaces the
   Google Fonts CDN so the site works fully offline (project requirement). */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('orbitron-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('share-tech-mono-latin.woff2') format('woff2');
}
