h3,
h4,
h5 {
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    color: var(--brown);
}

h1,
h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
    font-style: italic;
    line-height: 1;
    color: var(--brown);
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: var(--gold);
}

h6 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: var(--brown);
}

p,
ul,
ol,
li {
    color: var(--brown);
}

p,
a,
ul,
ol,
li {
    line-height: 1.2;
    font-family: 'neue-haas-grotesk-text', sans-serif;
}

ul,
ol {
    list-style: none;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.5rem;
    font-weight: bold;
}

h3 {
    font-size: 2rem;
    font-weight: bold;
}

h4 {
    font-size: 2rem;
    font-weight: 400;
}

h5 {
    font-size: 1.5rem;
    font-weight: 400;
}

h6 {
    font-size: 1rem;
    font-weight: 400;
}

p {
    font-size: 1.2rem;
}

@media (max-width: 1199px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media (max-width: 999px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media (max-width: 799px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1rem;
    }

    p {
        font-size: 1rem;
    }
}

@media (max-width: 599px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }

    p {
        font-size: 0.9rem;
    }

    i,
    a {
        font-size: 0.9rem;
    }
}

@media (max-width: 399px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h6 {
        font-size: 0.8rem;
    }

    i,
    a {
        font-size: 0.8rem;
    }
}