html {
    font-size: 16px;
}

p {
    font-size: inherit;
    margin-bottom: 24px;
}

h1 {
    font-size: 6rem;
    margin: 0;
    font-weight: 400;
    line-height: 100%;
}

h2 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
}

h3 {
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
}

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

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}
