/* Inter — fallback stack until webfont loads (font-display: swap on Google CSS) */
html {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: inherit;
}
/* Optional size-adjust to reduce CLS when Inter swaps in */
@supports (font-size-adjust: 0.5) {
  html { font-size-adjust: 0.5; }
}
