/* public/fonts.css */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-var.woff2") format("woff2-variations");
  font-weight: 100 900;   /* enables all weights */
  font-style: normal;
  font-display: swap;
}

:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
}

html { scrollbar-gutter: stable both-edges; }
