.collection-content h1,
.collection-content h2,
.collection-content h3,
.collection-content h4 {
	color: #8fb6b4;
}
.collection-content h2 {
	font-size: calc(var(--font-heading-scale) * 40px);
}
.collection-content ul,
.collection-content ol {
	text-align: left;
}
.collection-content ol li > strong,
.collection-content ul li > strong {
	font-weight: bold;
}
