/************************************ Start: Fake Headings ************************************/
.h1 { font-weight: 400; font-size: 35px; line-height: 46px; text-transform: uppercase; letter-spacing: normal; }
.h2 { font-weight: 400; font-size: 30px; line-height: 39px; text-transform: none; letter-spacing: normal; }
.h3 { font-weight: 400; font-size: 25px; line-height: 33px; text-transform: none; letter-spacing: 0.75px; }
.h4 { font-weight: 500; font-size: 20px; line-height: 26px; text-transform: none; letter-spacing: 0.6px; }
@media screen and (max-width: 959px) {
    .h1 { font-size: 28px; line-height: 29px; letter-spacing: normal; }
    .h2 { font-size: 25px; line-height: 26px; letter-spacing: normal; }
    .h3 { font-size: 22px; line-height: 23px; letter-spacing: 0.66px; }
    .h4 { font-size: 18px; line-height: 23px; letter-spacing: 0.54px; }
}
/************************************ Ende: Fake Headings ************************************/

/************************************ Start: Pretitle ************************************/
.pretitle { font-size: 19px; line-height: 23px; }
@media screen and (max-width: 959px) { .pretitle { font-size: 18px; line-height: 22px; } }
/************************************ Ende: Pretitle ************************************/

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

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

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