@font-face {
    font-family: "Inter";
    src: url("https://rsms.me/inter/font-files/InterVariable.woff2?v=4.1") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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