.heading--display {
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
	text-transform: uppercase;
}

.heading--h1, h1 {
	font-size: 70px;
	line-height: 75px;
	font-weight: 700;
}

.heading--h2, h2 {
	font-size: 40px;
	line-height: 50px;
}

.heading--h3, h3 {
	font-size: 32px;
	line-height: 44px;
}

.heading--h4, h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
}

.heading--h5, h5 {
	font-size: 20px;
	line-height: 28px;
}

.text--intro {
	font-size: 26px;
	line-height: 36px;
}

.text--caps12 {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.body--14 {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.body--16 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

@media (max-width: 1023px) {
	.heading--display {
		font-size: 40px;
		line-height: 42px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.heading--h1, h1 {
		font-size: 30px;
		line-height: 38px;
	}

	.heading--h2, h2 {
		font-size: 26px;
		line-height: 36px;
	}

	.heading--h3, h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.text--intro {
		font-size: 24px;
		line-height: 34px;
	}

}