/************************************ Start: Fake Headings ************************************/
.h1 { font-size: 37px; line-height: 48px; letter-spacing: normal; }
.h2 { font-size: 31px; line-height: 40px; letter-spacing: normal; }
.h3 { font-size: 26px; line-height: 34px; letter-spacing: 0.78px; }
.h4 { font-size: 21px; line-height: 27px; letter-spacing: 0.63px; }
@media screen and (max-width: 959px) {
    .h1 { font-size: 28px; line-height: 38px; letter-spacing: normal; }
    .h2 { font-size: 25px; line-height: 34px; letter-spacing: normal; }
    .h3 { font-size: 22px; line-height: 29px; letter-spacing: 0.66px; }
    .h4 { font-size: 18px; line-height: 23px; letter-spacing: 0.54px; }
}
/************************************ Ende: Fake Headings ************************************/

/************************************ Start: Pretitle ************************************/
.pretitle { font-family: var(--font-family-3); font-weight: 275; font-size: 19px; line-height: 27px; letter-spacing: normal; }
@media screen and (max-width: 959px) { .pretitle { font-weight: 300; font-size: 18px; line-height: 25px; } }
/************************************ Ende: Pretitle ************************************/

/************************************ Start: Lead ************************************/
.lead { font-family: var(--font-family-3); font-size: 19px; line-height: 27px; letter-spacing: 0.57px; }
@media screen and (max-width: 959px) { .lead { font-size: 18px; line-height: 25px; letter-spacing: normal; } }
/************************************ Ende: Lead ************************************/

/************************************ Start: Small Text ************************************/
.small-text { font-size: 15px; line-height: 21px; letter-spacing: 0.45px; }
@media screen and (max-width: 959px) { .small-text { font-weight: 400; font-size: 13px; line-height: 18px; letter-spacing: 0.39px; } }
/************************************ Ende: Small Text ************************************/