/* Self-hosted so the Content-Security-Policy never needs a font CDN.
   Geist and Geist Mono are both SIL Open Font License 1.1 (vercel/geist-font
   release v1.7.2); the licence texts ship beside the files in this directory,
   as the OFL requires. Variable fonts on the weight axis, subset to Latin,
   Latin Extended-A and the punctuation and symbols the Console renders. */
@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/GeistMono-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
