@font-face {
    font-family: 'Compose';
    src: url('/static/fonts/Comfortaa-Bold.ttf') format('truetype');
    font-weight: 400; /* Normal = 400 (statt nur "normal") */
    font-display: swap;
}

@font-face {
    font-family: 'Compose';
    src: url('/static/fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 300; /* Leichter = 300 */
    font-display: swap;
}


