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", sans-serif;
    font-size: 30px;
    color: #1f1f1f;
    font-weight: 700;
    letter-spacing: 1.5px;
}

a.disabled-link {
    pointer-events: none !important;
    color: #B0B0B0 !important;
    text-decoration: none !important;
    cursor: not-allowed !important;
}


@media only screen and (max-width: 600px) {
    .logo-default {
        font-size: 15px !important;
    }

    .logo-dark {
        font-size: 15px !important;
    }
}