/* Lettertypes zelf gehost (EU-compliance, blauwdruk v1.0 stap 3 / 3.2-C).
   Voorheen kwamen ze live van Google Fonts, waardoor bij elk bezoek het
   IP-adres van de bezoeker naar Google (VS) ging, nog voor er was ingelogd.
   Beide lettertypes zijn vrij gelicentieerd onder de SIL Open Font License
   1.1 (zie OFL-Orbitron.txt en OFL-ShareTechMono.txt hiernaast); de
   bestanden komen uit de openbare google/fonts-repository.
   Orbitron is een variabel lettertype (gewicht 400-900), dus een bestand
   dekt 400, 500, 700 en 900. font-display: swap is hetzelfde gedrag als
   het vorige Google-stijlblad. */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/Orbitron-wght.woff2') format('woff2');
}
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ShareTechMono-Regular.woff2') format('woff2');
}
