h1 {
    font-size: 3.6rem;
    font-weight: 800;
}

h2 {
    font-size: 2.8rem;
    font-weight: 600;
}

h1,h2 {
    line-height: 135%;
}

h3 {
    font-size: 2.2rem;
    font-weight: 600;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 170%;
}

@media screen and (min-width: 905px) {
    body {
        font-size: 1.8rem;
    }
}