/************************************ Start: Fake Headings ************************************/
.h1 { font-size: 62px; line-height: 74px; }
.h2 { font-size: 42px; line-height: 50px; }
.h3 { font-size: 32px; line-height: 38px; }
.h4 { font-size: 24px; line-height: 29px; }
@media screen and (max-width: 767px) {
	.h1 { font-size: 28px; line-height: 34px; }
	.h2 { font-size: 24px; line-height: 29px; }
	.h3 { font-size: 20px; line-height: 24px; }
	.h4 { font-size: 18px; line-height: 22px; }
}
/************************************ End: Fake Headings ************************************/
/************************************ Start: Dark Green ************************************/
.dark-green { color: var(--primary-100); }
/************************************ End: Dark Green ************************************/
/************************************ Start: Light Green ************************************/
.light-green { color: var(--secondary); }
/************************************ End: Light Green ************************************/
/************************************ Start: Intro ************************************/
.intro { font-weight: 200; font-size: 30px; line-height: 45px; letter-spacing: 0.3px }
@media screen and (max-width: 767px) { .intro { font-weight: 400; font-size: 17px; line-height: 26px; } }
/************************************ End: Intro ************************************/
/************************************ Start: Lead ************************************/
.lead { font-weight: 200; font-size: 24px; line-height: 36px; letter-spacing: 0.3px }
.lead strong { font-weight: 700; }
@media screen and (max-width: 767px) { .lead { font-weight: 400; font-size: 17px; line-height: 26px; } }
/************************************ End: Lead ************************************/
/************************************ Start: Small Text ************************************/
.small-text { font-weight: 300; font-size: 15px; line-height: 23px; }
@media screen and (max-width: 767px) { .small-text { font-size: 13px; line-height: 20px; } }
/************************************ End: Small Text ************************************/