/* Local webfont (self-hosted) — replace the woff2 file with the real one.
   Suggested file: assets/fonts/inter-latin-wght-normal.woff2 (variable, latin subset)
*/
@font-face{
  font-family:"InterLocal";
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url("/assets/fonts/inter-latin-wght-normal.woff2") format("woff2");
}
:root{
  font-family: InterLocal, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
