.heading {
	margin: 0;
	font-family: "Playfair Display", serif;
	font-weight: 300;
}

.heading--xxl {
	font-size: clamp(2.2rem, 4vw, 4rem);
}

.heading--xl {
	font-size: 3rem;
	font-weight: bold;
}

.heading--l {
	font-size: 2.25rem;
	line-height: 3rem;
	font-weight: bold;
}

.heading--m {
	font-size: 1.25rem;
	font-weight: bold;
}