@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span:not(#wpadminbar *, .et-pb-icon),

button {
    font-family: 'Oswald' !important;
}

body {
    font-family: 'Oswald' !important;
    font-size: 18px;
}

h1,
.h1 {
    color: #293635;
    line-height: 1.5;
    font-size: 5.5rem;
    font-weight: 700;
}

h2,
.h2 {
    color: #293635;
    line-height: 1.4;
    font-size: 4.5rem;
    font-weight: 700;
}

h3,
.h3 {
    color: #7f5b23;
    line-height: 1.3;
    font-size: 3.5rem;
    font-weight: 700;
}

footer h3,
footer .h3 {
    line-height: 1.3;
    font-size: 3rem;
}

h4,
.h4 {
    color: #7f5b23;
    line-height: 1.3;
    font-size: 3rem;
    font-weight: 400;
}
footer p{
    color: unset;
}
h5,
.h5 {
    color: #293635;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 400;
}

h6,
.h6 {
    color: #293635;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 300;
}

.ubtn {
    font-size: 18px !important;
}

p,
.p {
    color: #333333;
    line-height: 1.3;
    font-size: 1.8rem;
    font-weight: 400;
}

p span,
a span {
    font-size: 18px;
}

@media screen and (max-width: 576px) {

    h1,
    .h1 {
        font-size: 3.2rem;
        line-height: 1.2;
    }

    h2,
    .h2 {
        font-size: 2.8rem;
        line-height: 1.2;
    }

    h3,
    .h3 {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    footer h3,
    footer .h3 {
        font-size: 2rem;
        line-height: 1.2;
    }

    h4,
    .h4 {
        font-size: 2rem;
        line-height: 1.2;
    }

    h5,
    .h5 {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    h6,
    .h6 {
        font-size: 1.6rem;
        line-height: 1.2;
    }
}

/* Tablet styles (up to 768px) */
@media screen and (min-width: 576px) and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 3.5rem;
        line-height: 1.3;
    }

    h2,
    .h2 {
        font-size: 3.25rem;
        line-height: 1.3;
    }

    h3,
    .h3 {
        font-size: 2.8rem;
        line-height: 1.3;
    }

    footer h3,
    footer .h3 {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    h4,
    .h4 {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    h5,
    .h5 {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    h6,
    .h6 {
        font-size: 2rem;
        line-height: 1.3;
    }
}

/* Desktop styles (from 991px) */
@media screen and (min-width: 991px) {

    h1,
    .h1 {
        font-size: 5.5rem;
        line-height: 1.5;
    }

    h2,
    .h2 {
        font-size: 4.5rem;
        line-height: 1.4;
    }

    h3,
    .h3 {
        font-size: 3.5rem;
        line-height: 1.3;
    }

    footer h3,
    footer .h3 {
        font-size: 2.6rem;
        line-height: 1.3;
    }

    h4,
    .h4 {
        font-size: 3rem;
        line-height: 1.3;
    }

    h5,
    .h5 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    h6,
    .h6 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

}