/* Fonts served from the site itself: no round trip to Google, no text that
   paints in a system face and then jumps. Geist and Bitter are variable
   fonts, one file each covers every weight used. */
@font-face{
  font-family:'Geist';
  font-style:normal;
  font-weight:300 500;
  font-display:swap;
  src:url('assets/fonts/Geist-var.woff2?v=f4634c3b') format('woff2');
}
@font-face{
  font-family:'Bitter';
  font-style:italic;
  font-weight:500 700;
  font-display:swap;
  src:url('assets/fonts/BitterItalic-var.woff2?v=2dc9ecb5') format('woff2');
}
@font-face{
  font-family:'Geist Mono';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('assets/fonts/GeistMono-400.woff2?v=cd5b2578') format('woff2');
}
@font-face{
  font-family:'Geist Mono';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('assets/fonts/GeistMono-500.woff2?v=cd5b2578') format('woff2');
}
