main {
	width: min(760px, calc(100% - 32px));
	margin: 0 auto;
	padding: 40px 0 88px;
	color: var(--color-body);
	font-size: 1rem;
	line-height: 1.9;
	letter-spacing: 0.02em;
}

main :where(h1, h2, h3, h4, p, ul, ol, dl, table, blockquote, pre, figure) {
	margin: 0 0 1.25rem;
}

main :where(h1, h2, h3, h4) {
	line-height: 1.4;
	font-weight: 600;
}

main h2 {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	margin-top: 2rem;
	margin-bottom: 0.85rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid rgba(36, 36, 34, 0.12);
}

main ul {
	padding-left: 1.5rem;
	list-style: disc;
}

main li + li {
	margin-top: 0.4rem;
}

main a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
