.post-body {
	max-width: 760px;
}

.post-body h1 { font-size: 2rem; margin-bottom: 1.25rem; }
.post-body h2 { font-size: 1.4rem; margin-top: 2rem; margin-bottom: 0.75rem; }
.post-body h3 { font-size: 1.15rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }

.post-body p  { margin-bottom: 1.1rem; line-height: 1.8; }

.post-body ul,
.post-body ol {
	margin-bottom: 1.1rem;
	padding-left: 1.5rem;
}
.post-body li { margin-bottom: 0.4rem; line-height: 1.7; }

.post-body strong { font-weight: 600; }

.post-body a {
	color: var(--cnvs-themecolor);
	text-decoration: underline;
}
