@font-face {
  font-family: "Geist";
  src: url("./fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root { --font-geist-sans: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif; }
html, body, button, input, select, textarea { font-family: var(--font-geist-sans); }
