@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html, body {
    font-family: 'Nunito Sans', 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-optical-sizing: auto;
    background-color: #f8f8f8 !important; /* Light grey background */
}

[x-cloak] {
    display: none !important;
}

.alert-dismissible .btn-close {
    padding: 0.75rem 1rem;
}

.band {
    background-color: #19358d !important;
    background-image: radial-gradient(circle, #3050A0 1px, transparent 1px);
    background-size: 6px 6px;
}