h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block: 0 var(--rpd-space-4);
	color: var(--rpd-color-heading);
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: var(--rpd-line-height-heading);
	text-wrap: balance;
}

h1 {
	font-size: var(--rpd-font-size-4xl);
	line-height: var(--rpd-line-height-tight);
}

h2 {
	font-size: var(--rpd-font-size-3xl);
}

h3 {
	font-size: var(--rpd-font-size-2xl);
}

h4 {
	font-size: var(--rpd-font-size-xl);
}

h5 {
	font-size: var(--rpd-font-size-lg);
}

h6 {
	font-size: var(--rpd-font-size-md);
}

p {
	margin-block: 0 1rem;
}

p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	margin-block: 0 var(--rpd-space-5);
	padding-inline-start: var(--rpd-space-6);
}

li + li {
	margin-top: var(--rpd-space-2);
}

blockquote {
	margin: var(--rpd-space-8) 0;
	padding: var(--rpd-space-5) var(--rpd-space-6);
	border-left: 4px solid var(--rpd-gold);
	background: var(--rpd-color-surface-soft);
	color: var(--rpd-navy);
	font-size: var(--rpd-font-size-md);
}

.rpd-eyebrow {
	margin-bottom: var(--rpd-space-3);
	color: var(--rpd-purple);
	font-size: var(--rpd-font-size-xs);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.rpd-lede {
	color: var(--rpd-color-text-muted);
	font-size: var(--rpd-font-size-md);
	line-height: 1.7;
}

.rpd-text-muted {
	color: var(--rpd-color-text-muted);
}

.rpd-prose {
	max-width: var(--rpd-container-sm);
}

.rpd-prose > * + * {
	margin-top: var(--rpd-space-5);
}

.rpd-prose > * {
	margin-bottom: 0;
}
