body#tinymce,
#simple-text-page .content {
	font-size: 16px;
	font-family: Merriweather;
	color: #282828;
	font-weight: 400;
	line-height: 1.5;
}
body#tinymce h1,
#simple-text-page .content h1 {
	font-size: 24px;
	font-weight: 700;
	color: #ce5e52;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
body#tinymce h2,
#simple-text-page .content h2 {
	font-size: 22px;
	font-weight: 700;
	color: #ce5e52;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
body#tinymce h3,
#simple-text-page .content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #ce5e52;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
body#tinymce h4,
#simple-text-page .content h4 {
	font-size: 18px;
	font-weight: 700;
	color: #ce5e52;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
body#tinymce a,
#simple-text-page .content a {
	color: #ce5e52;
}
body#tinymce p,
#simple-text-page .content p {
	margin-bottom: 1rem;
	margin-top: 0;
}
body#tinymce ul,
#simple-text-page .content ul {
	padding: 0;
	list-style-position: inside;
}
body#tinymce ul li,
#simple-text-page .content ul li {
	padding-left: 20px;
	list-style-type: none;
}
body#tinymce ul li:before,
#simple-text-page .content ul li:before {
	content: "";
	background-color: #ce5e52;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
}

body#tinymce img,
#simple-text-page .content img {
	max-width: 100%;
}

body#tinymce img + figcaption,
#simple-text-page .content img + figcaption {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 1rem;
}