/************************************ Start: Fake Headings ************************************/
.h1 { font-weight: 600; font-size: 62px; line-height: 74px; }
.h2 { font-weight: 500; font-size: 36px; line-height: 43px; }
.h3 { font-weight: 400; font-size: 28px; line-height: 34px; }
.h4 { font-weight: 500; font-size: 24px; line-height: 29px; }
@media screen and (max-width: 959px) {
    .h1 { font-weight: 600; font-size: 32px; line-height: 38px; }
    .h2 { font-weight: 600; font-size: 24px; line-height: 29px; }
    .h3 { font-weight: 400; font-size: 20px; line-height: 24px; }
    .h4 { font-weight: 400; font-size: 18px; line-height: 22px; }
}
/************************************ Ende: Fake Headings ************************************/

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

/************************************ 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 ************************************/