h1.headline--h1 {
    font-size: var(--h1-font-size);
    font-weight: 1000;
    line-height: 1;
}

h2.headline--h2 {
    font-size: var(--h2-font-size);
    font-weight: 900;
    line-height: 1;
}

h3.headline--h3 {
    font-size: var(--h3-font-size);
    font-weight: 700;
    line-height: 1;
}

h4.headline--h4 {
    font-size: var(--h4-font-size);
    font-weight: 600;
    line-height: 1;
}

h5.headline--h5 {
    font-size: var(--h5-font-size);
    font-weight: 500;
    line-height: 1;
}