@media screen and (min-width: 1150px) and (max-width: 1950px) {
    :root {
        --nav-height: calc(6.5vw + 10px);
    }
}