/************************************ Start: Fake Headings ************************************/
.h1 { font-size: 62px; line-height: 78px; }
.h2 { font-size: 42px; line-height: 55px; }
.h3 { font-size: 32px; line-height: 42px; }
.h4 { font-size: 20px; line-height: 24px; }
@media screen and (max-width: 959px) {
    .h1 { font-size: 32px; line-height: 40px; }
    .h2 { font-size: 24px; line-height: 29px; }
    .h3 { font-size: 20px; line-height: 24px; }
    .h4 { font-size: 18px; line-height: 22px; }
}
/************************************ Ende: Fake Headings ************************************/

/************************************ Start: Primary ************************************/
.primary { color: var(--primary); }
/************************************ Ende: Primary ************************************/

/************************************ Start: Pretitle ************************************/
.pretitle { font-weight: 700; font-size: 18px; line-height: 22px; letter-spacing: 2.7px; text-transform: uppercase; }
@media screen and (max-width: 959px) { .pretitle { font-weight: 600; font-size: 13px; line-height: 16px; letter-spacing: 2.6px; } }
/************************************ Ende: Pretitle ************************************/

/************************************ Start: Intro ************************************/
.intro { font-weight: 600; font-size: 30px; line-height: 45px; }
@media screen and (max-width: 959px) { .intro { font-size: 20px; line-height: 25px; } }
/************************************ Ende: Intro ************************************/

/************************************ Start: Lead ************************************/
.lead { font-size: 24px; line-height: 36px; }
@media screen and (max-width: 959px) { .lead { font-size: 19px; line-height: 29px; } }
/************************************ Ende: Lead ************************************/

/************************************ Start: Small Text ************************************/
.small-text { font-size: 15px; line-height: 23px; }
@media screen and (max-width: 959px) { .small-text { font-size: 13px; line-height: 20px; } }
/************************************ Ende: Small Text ************************************/