/* Self-hosted webfonts, not loaded from fonts.googleapis.com — avoids
   sending visitor IPs to Google before consent. Orbitron and Share Tech
   Mono are both SIL Open Font License 1.1 (no attribution required).
   Orbitron 700/900 share one variable font file on purpose. */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/vendor/fonts/orbitron.woff2) format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/vendor/fonts/orbitron.woff2) format('woff2');
}
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/vendor/fonts/share-tech-mono.woff2) format('woff2');
}
