/* Pre-React boot styles. Lives here, not inline in index.html, so the CSP can
   say style-src 'self' instead of 'unsafe-inline'. index.css restates these for
   the post-boot app; this copy only covers the first paint. */
body,
input,
button,
select,
textarea {
  font-family: 'Inter', sans-serif;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

::-webkit-scrollbar {
  display: none;
}
