@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 4.3rem;

    margin-top: 0;
    margin-bottom: 1rem;
    color: #d9e0e2;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 3rem;
    color: #d9e0e2;
    text-align: center;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    font-weight: 550;
    margin-top: 0;
    margin-bottom: 0.7rem;
    color: #d9e0e2;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.6rem;
    color: #d9e0e2;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #d9e0e2;
}

h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #d9e0e2;
}

p {
    font-family: "Montserrat", sans-serif;
    color: #d9e0e2;
    line-height: 170%;
}

li {
    color: #d9e0e2;
}

.red {
    color: #d00909;
}

a {
    text-decoration: none;
}

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

    h2 {
        font-size: 2.5rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    p {
        font-size: 0.95rem;
        line-height: 165%;
    }
}

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

    h2 {
        font-size: 2rem;
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }

    p {
        font-size: 0.9rem;
        line-height: 160%;
    }
}
