@font-face {
    font-family: "Exo";
    src: url("fonts/Exo/Exo-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src: url("fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Signika";
    src: url("fonts/Signika/Signika-VariableFont_GRAD,wght.ttf") format("truetype");
    font-display: swap;
}

body {
    --mud-typography-h4-family: "Exo", sans-serif;
    --mud-typography-h5-family: "Noto Sans", sans-serif;
}

.font-site-title {
    font-family: "Exo", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
}