/*
Theme Name: Claremont
Description: Used to style the block editor.
*/

.wp-block{
	max-width: 1160px;
}

.editor-post-title__block .editor-post-title__input,
.editor-default-block-appender textarea.editor-default-block-appender__content,
.editor-styles-wrapper p,
.editor-styles-wrapper ul,
.editor-styles-wrapper li,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6{
	font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
	color: #3b3b3b;
}

.editor-rich-text__tinymce a{
	color: #0065BD;
	text-decoration: none;
}

.editor-rich-text__tinymce a:hover,
.editor-rich-text__tinymce a:focus,
.editor-rich-text__tinymce a:active{
	color: #000000;
}