/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: "InterVar", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
    font-family: "InterVar";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url("InterVariable.woff2?v=4.0") format("woff2-variations"),
         url("InterVariable.woff2?v=4.0") format("woff2");
    src: url("InterVariable.woff2?v=4.0") format("woff2") tech("variations");
  }