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

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

:root {
    --nek-font-sans: "Inter", Arial, Helvetica, "Microsoft YaHei", sans-serif;
    --nek-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--nek-font-sans);
}

html .v-application {
    font-family: var(--nek-font-sans) !important;
}

html .v-application .display-4,
html .v-application .display-3,
html .v-application .display-2,
html .v-application .display-1,
html .v-application .headline,
html .v-application .title,
html .v-application .subtitle-1,
html .v-application .subtitle-2,
html .v-application .body-1,
html .v-application .body-2,
html .v-application .button,
html .v-application .caption,
html .v-application .overline {
    font-family: var(--nek-font-sans) !important;
}
