html {
    scroll-behavior: smooth;
}


 
#header .header-inner #logo a,
#header .header-inner #logo a span,
#header #header-wrap #logo a,
#header #header-wrap #logo a span {
    font-family: "Nunito", "Helvetica", "Arial", sans-serif !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    letter-spacing: -0.09em !important;
}

a.disabled-link {
    pointer-events: none !important;
    color: #B0B0B0 !important;
    text-decoration: none !important;
    cursor: not-allowed !important;
}

.menu-entry {
    text-transform: uppercase;
    font-size: 14px !important;
}

.menu-entry-item {
    text-transform: uppercase;
    font-size: 12px !important;
}


.logo-default {
    font-size: 30px !important;
    font-weight: 600 !important;
    letter-spacing: -0.09em !important;
}

.logo-dark {
    font-size: 30px !important;
    font-weight: 600 !important;
    letter-spacing: -0.09em !important;
}

.custom-section-offset{
    scroll-margin-top: 60px; /* Adjust this value as needed */
}