h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
    line-height: 120%;
}
h1, h2, h3, h4 {
    font-weight: 700;
}
h5, h6 {
    font-weight: 600;
}
h1 {
    font-size: 5.6rem;
}

h2 {
    font-size: 4.8rem;
}

h3 {
    font-size: 4.0rem;
}

h4 {
    font-size: 2.8rem;
}

h5 {
    font-size: 2.4rem;
}

h6 {
    font-size: 2.2rem;
}

p {
    font-size: 1.8rem;
    line-height: 150%;
}
