@font-face{
  font-family:"Inter";
  src: url("/fonts/Inter-roman.woff2") format("woff2"),
       url("/fonts/Inter-roman.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src: url("/fonts/Inter-italic.woff2") format("woff2"),
       url("/fonts/inter-italic.otf") format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

:root{
  --font-sans: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
  --font-display: Inter, var(--font-sans);
}
h1,h2,h3{ font-family: var(--font-display); }
