.site-nav__title {
	font-size: 1em;
}

.post__header {
	padding-block: var(--sp-sm) var(--sp);
}

.post__metadata {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1em;
	justify-content: center;
}

h1 {
	font-size: var(--font-size-h2);
}



.post__content > * + h2 {
  margin-top: var(--sp);
}