.text-heading-1 {
	font-size: 3.5rem;
	line-height: 3.375rem;
}

.text-heading-2 {
	font-size: 2.5rem;
	line-height: 2.75rem;
}

.text-heading-3 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.text-heading-1,
.text-heading-2,
.text-heading-3 {
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--primary-1000);
}

.text-heading-1 em,
.text-heading-2 em,
.text-heading-3 em {
	color: var(--primary-700);
}

.text-heading-1,
.text-heading-2,
.text-heading-3,
.text-heading-1 em,
.text-heading-2 em,
.text-heading-3 em {
	font-family: var(--fonts-headings);
	text-transform: uppercase;
	font-style: normal;
}

@media (max-width: 768px) {
	.text-heading-1 {
		font-size: 2.5rem;
		line-height: 2.25rem;
	}

	.text-heading-2 {
		font-size: 2.125rem;
		line-height: 2.25rem;
	}

	.text-heading-3 {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
