@font-face {
    font-family: 'Nunito';
    src: url('assets/Nunito-VariableFont_wght.ttf') format('ttf');
    /* Add additional font formats if necessary */
    /* Example for other formats: url('path/to/your-font.ttf') format('truetype') */
    /* Example for SVG fonts: url('path/to/your-font.svg#your-font-name') format('svg') */
}

body {
    font-family: 'Nunito', sans-serif;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #f8f9fa;
    z-index: 9999;
}

.cookie-alert {
    margin-bottom: 0;
}
