@font-face {
    font-family: "InterVariable";
    src: url("/fonts/InterVariable.woff2") format("woff2");
    font-weight: 400 600;
    font-style: normal;
}

* {
    font-family: InterVariable, sans-serif;
    font-variant-numeric: lining-nums tabular-nums;
    font-variant-ligatures: none;
    font-feature-settings:
        "cv01" 1,
        "ss01" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
