.heading--display {
	font-size: 80px;
	line-height: 110%;
	font-weight: 400;
}

.heading--h1, h1 {
	font-size: 64px;
	line-height: 100%;
	font-weight: 500;
}

.heading--h2, h2 {
	font-size: 48px;
	line-height: 110%;
	font-weight: 500;
}

.heading--h3, h3 {
	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
}

.heading--h4, h4 {
	font-size: 32px;
	line-height: 110%;
	font-weight: 500;
}

.heading--h5, h5 {
	font-size: 24px;
	line-height: 110%;
	font-weight: 500;
}

.heading--h6, h6 {
	font-size: 18px;
	line-height: 110%;
	font-weight: 500;
}

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

.Subtitle {
	font-size: 36px;
	line-height: 42px;
}

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

.header__menu-item {
	font-size: 16px;
	line-height: 110%;
	font-weight: normal;
}

.body--14 {
	font-size: 14px;
	line-height: 130%;
}

.body--16 {
	font-size: 16px;
	line-height: 130%;
}

.body--18 {
	font-size: 18px;
	line-height: 130%;
}

.body--20 {
	font-size: 20px;
	line-height: 130%;
}

@media (max-width: 1023px) {
	.heading--display {
		font-size: 48px;
		line-height: 110%;
		font-weight: 400;
	}

	.heading--h1, h1 {
		font-size: 40px;
		line-height: 100%;
		font-weight: 500;
	}

	.heading--h2, h2 {
		font-size: 36px;
		line-height: 110%;
		font-weight: 500;
	}

	.heading--h3, h3 {
		font-size: 32px;
		line-height: 110%;
		font-weight: 500;
	}

	.heading--h4, h4 {
		font-size: 24px;
		line-height: 110%;
		font-weight: 500;
	}

	.heading--h5, h5 {
		font-size: 24px;
		line-height: 110%;
		font-weight: 500;
	}

	.heading--h6, h6 {
		font-size: 16px;
		line-height: 110%;
		font-weight: 500;
	}

	.text--intro {
		font-size: 16px;
		line-height: 130%;
	}

}