@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

html{
    font-family: 'Mulish', sans-serif;
}

h1{
    font-family: 'Merriweather', serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
}

h2{
    font-family: 'Merriweather', serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

h3{
    font-size: 30px;
    font-weight: 700;
}

p{
    margin-bottom: 30px;
    font-size: 28px;
    color: #1C0A00;
    font-weight: 400;
}

#inner-page p{
    margin-bottom: 20px;
}

input,
textarea{
    font-weight: 400;
    font-size: 20px;
}

footer{
    font-size: 20px;
    font-weight: 300;
}

label{
    font-size: 28px;
    color: #1C0A00;
}

/* INNER PAGE */

#inner-page p{
    font-size: 24px;
}
@media (min-width: 577px) and (max-width: 992px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 36px;
    }
    h3{
        font-size: 25px;
    }
    p,
    ul li{
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 20px;
    }
    p,
    ul li{
        font-size: 18px;
    }
}
