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

@font-face {
    font-family: "Nunito";
    src: url("/fonts/Nunito.woff2") format("woff2");
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-number: "Number", "Nunito", -apple-system, BlinkMacSystemFont, sans-serif;
}
