/* Self-hosted so no visitor IP is sent to Google's CDN.
   Loading Google Fonts from fonts.gstatic.com was ruled a GDPR breach
   by LG Munchen I (3 O 17493/20, Jan 2022). These are the same faces,
   served from our own origin. Latin subset only. */

@font-face {
  font-family: 'Archivo';
  src: url('/fonts/archivo-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Black';
  src: url('/fonts/archivo-black.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/jetbrains-mono.woff2') format('woff2');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
