/* Self-hosted Inter 4.1. The font files remain covered by their bundled OFL license. */
@font-face{
  font-family:"Inter";
  src:url("../assets/fonts/inter/InterVariable.woff2") format("woff2");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}

@font-face{
  font-family:"Inter";
  src:url("../assets/fonts/inter/InterVariable-Italic.woff2") format("woff2");
  font-style:italic;
  font-weight:100 900;
  font-display:swap;
}

:root{
  --font-ui:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
