h1,
h2 {
    font-family: var(--var-merriweather);
}

h1 {
    font-size: 70px !important;
}

@media (max-width: 1280px) {
    h1 {
        font-size: 50px !important;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 35px !important;
    }
}

h2 {
    font-family: var(--var-merriweather);
    font-size: 30px !important;
}

form button {
    background-color: var(--var-color);
}