@font-face {
    font-family: "Inter";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url("/dist/fonts/inter/InterVariable.woff2?v=4.1") format("woff2-variations"),
        url("/dist/fonts/inter/InterVariable.woff2?v=4.1") format("woff2");
    src: url("/dist/fonts/inter/InterVariable.woff2?v=4.1") format("woff2")
        tech("variations");
}
@font-face {
    font-family: "Inter";
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    src: url("/dist/fonts/inter/InterVariable-Italic.woff2?v=4.1")
            format("woff2-variations"),
        url("/dist/fonts/inter/InterVariable-Italic.woff2?v=4.1") format("woff2");
    src: url("/dist/fonts/inter/InterVariable-Italic.woff2?v=4.1") format("woff2")
        tech("variations");
}

body,
button,
input {
    font-feature-settings: "ss01", "ss03", "cv11", "zero";
}