.editor-styles-wrapper,
.edit-post-visual-editor,
.edit-post-visual-editor .editor-block-list__block-edit,
.edit-post-visual-editor .editor-block-list__block {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.editor-styles-wrapper p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1.5em;
}

.editor-styles-wrapper h1 {
	font-size: 2.44em;
}

.editor-styles-wrapper h2 {
	font-size: 1.95em;
}

.editor-styles-wrapper h3 {
	font-size: 1.56em;
}

.editor-styles-wrapper h4 {
	font-size: 1.25em;
}

.editor-styles-wrapper h5 {
	font-size: 1em;
}

.editor-styles-wrapper h6 {
	font-size: .8em;
}

.editor-post-title__block .editor-post-title__input {
	font-family: 'Montserrat', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 2rem;
	text-decoration: none;
	padding-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	background: url(../images/border.png) repeat-x bottom;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

a:not( .wp-block-button__link ) {
	text-decoration: underline;
	background: url(../images/border.png) repeat-x bottom;
}

a:hover {
	text-decoration: none;
}

a,
a:visited {
	color: #666;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

.wp-block-button__link {
	text-decoration: underline;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	text-decoration: none;
}

/*increase contrast*/
.edit-post-visual-editor p.wp-block-subhead {
	color: #000;
}

.wp-block-latest-comments__comment-date,
.wp-block-quote cite,
.wp-block-audio figcaption {
	color: #333;
}