/************************************ Start: Fake Headings ************************************/
.h1 { font-size: 52px; line-height: 62px; }
.h2 { font-size: 32px; line-height: 38px; }
.h3 { font-size: 24px; line-height: 29px; }
.h4 { font-size: 20px; line-height: 24px; }
@media screen and (max-width: 959px) {
	.h1 { font-size: 30px; line-height: 36px; }
	.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: Green ************************************/
.green { color: var(--primary-100); }
/************************************ Ende: Green ************************************/

/************************************ Start: Pretitle ************************************/
.pretitle { font-family: "Cascadia Mono", sans-serif; font-weight: 600; font-size: 16px; line-height: 19px; letter-spacing: 3.2px; text-transform: uppercase; color: var(--primary-100); }
@media screen and (max-width: 959px) { .pretitle { font-size: 12px; line-height: 14px; letter-spacing: 2.4px; } }
/************************************ Ende: Pretitle ************************************/

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