h1,
h2,
h3,
h4 {
	font-family: var(--font-display);
	font-weight: 700;
	font-stretch: normal;
	line-height: 0.95;
	text-wrap: balance;
}

h1 {
	font-size: var(--text-display);
	letter-spacing: -0.04em;
}

h2 {
	font-size: var(--text-large);
	letter-spacing: -0.035em;
}

h3 {
	font-size: clamp(1.5rem, 3vw, 2.5rem);
}

p {
	max-width: 68ch;
}

.eyebrow {
	font-size: var(--text-small);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}