h1,
h2,
h3,
h4,
h5 {
    font-family: var(--main-font);
    font-weight: normal;
    color: var(--second-color);
}

h1 {
    font-size: 64px;
    line-height: 131.8%;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 84px;
    line-height: 120%;
}

.h2--white {
    color: var(--white-color);
}

h3 {
    font-size: 40px;
    line-height: 145%;
}

.h3--white {
    color: var(--white-color);
}

h4 {
    font-size: 28px;
    line-height: 137%;
    letter-spacing: 0.005em;
}

h5 {
    font-size: 22px;
    line-height: 150%;
}