@font-face {
    font-family: "NunitoLocal";
    src: url("Nunito-Regular.woff2") format("woff2"), url("Nunito-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NunitoLocal";
    src: url("Nunito-Bold.woff2") format("woff2"), url("Nunito-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NunitoLocal";
    src: url("Nunito-ExtraBold.woff2") format("woff2"), url("Nunito-ExtraBold.ttf") format("truetype");
    font-weight: 800 900;
    font-style: normal;
    font-display: swap;
}

html:root,
html:root body,
html:root body * {
    font-family: "NunitoLocal", Nunito, Arial, sans-serif !important;
    letter-spacing: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}
