@font-face {
    font-family: 'Ballet';
    src: url(/src/Presentation/assets/fonts/Ballet/Ballet_24pt-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

:root {
    --font-ballet: "Ballet", sans-serif;
}