@font-face {
  font-family: GeistSans;
  src: url(/theme/fonts/geist-sans.woff2) format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: GeistSans Fallback;
  src: local("Arial");
  ascent-override: 85.83%;
  descent-override: 20.53%;
  line-gap-override: 9.33%;
  size-adjust: 107.19%;
}
@font-face {
  font-family: GeistMono;
  src: url(/theme/fonts/geist-mono.woff2) format("woff2");
  font-display: swap;
  font-weight: 100 900;
}

:root {
  --font-geist-sans: "GeistSans", "GeistSans Fallback";
  --font-geist-mono: "GeistMono", ui-monospace, SFMono-Regular, "Roboto Mono", Menlo, Monaco, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
}
