@media screen and (min-width: 1920px) {
    :root {
        --headerHeight: 100px;
        --max-width: 1200px;
        font-size: 1.25rem;
    }
    h1,
    .h1 {
        font-size: 3.5rem;
    }

    h2,
    .h2 {
        font-size: 1.8rem;
    }
}