@font-face {
    font-family: "StudioLogo";
    src: url("/static/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterFont';
    src: url("/static/fonts/Inter_24pt-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}