:root {
	--mehori-color-blog: #26A69A;
}

.entry-title h2 {
	font-size: 22px;
}

.entry-title h2 a,
.entry-title h3 a {
    color: #26A69A;
}

h2 {
	color: #26A69A;
	font-size: 25px;
	margin-top: 30px;
	margin-bottom: 20px;
}
h3 {
	color: #26A69A;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* memos-specific overrides */
p {
	margin-bottom: 12px;
}

.entry > blockquote {
	border-left: none;
}

a.more-link {
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
}
