.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
	color: var(--wp--preset--color--navy);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.post-type-template-legal .wp-block-post-content h1 {
	margin: 0;
	margin-bottom: 3rem;
}

.post-type-post .wp-block-post-content p,
.post-type-template-legal .wp-block-post-content p {
	font-size: 1.25rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.post-type-post .wp-block-post-content h2,
.post-type-template-legal .wp-block-post-content h2 {
	margin-top: 3rem;
}

.post-type-post .wp-block-post-content h3,
.post-type-template-legal .wp-block-post-content h3 {
	margin-top: 2rem;
}

.post-type-post .wp-block-post-content h4,
.post-type-post .wp-block-post-content h5,
.post-type-post .wp-block-post-content h6,
.post-type-template-legal .wp-block-post-content h4,
.post-type-template-legal .wp-block-post-content h5,
.post-type-template-legal .wp-block-post-content h6 {
	margin-top: 1rem;
}

.post-type-post .wp-block-post-content ol,
.post-type-post .wp-block-post-content ul,
.post-type-template-legal .wp-block-post-content ol,
.post-type-template-legal .wp-block-post-content ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
