@font-face {
  font-family: "geistmono";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("./font-files/GeistMonoVariableVF.woff2") format("woff2");
}

/* inter https://rsms.me/inter/download */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

:root {
  --sansFont: Inter, sans-serif;
  --monoFont: "geistmono";
}
@supports (font-variation-settings: normal) {
  :root { --sansFont: InterVariable, sans-serif; }
}