@font-face {
    font-family: 'Inter';
    src: url('/static/fonts/inter.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/static/fonts/roboto.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

html, body {
    font-family: "Inter", "Roboto", sans-serif;
}

.inter {
    font-family: "Inter", sans-serif;
}

.roboto {
    font-family: "Roboto", sans-serif;
}