@font-face {
    font-family: Roboto;
    src: url("/webfonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/webfonts/Inter.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("/webfonts/Inter-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url("/webfonts/Nunito.ttf") format("truetype");
}

@font-face {
    font-family: "Nunito";
    font-style: italic;
    font-weight: 200 1000;
    font-display: swap;
    src: url("/webfonts/Nunito-Italic.ttf") format("truetype");
}

html, body {
    font-family: "Inter", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}