/*
 * Block and classic editor: approximates single post content on the front.
 */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.85;
	color: #101214;
}

h1, h2, h3, h4 {
	letter-spacing: -0.04em;
	line-height: 1.2;
}

p {
	margin: 0 0 1.25em;
}

blockquote {
	margin: 1.25em 0;
	border-left: 4px solid #00875a;
	padding-left: 1rem;
}

a {
	color: #007a52;
}
