@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600);


@font-face {
	font-family: 'Trajan Pro Regular';
	src: url('../fonts/TrajanPro-Regular.eot');
	src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/TrajanPro-Regular.woff') format('woff'),
		 url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
		 url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal; 
}

.wp-block {
	max-width: 1100px; /* main site width */

}

.edit-post-visual-editor .editor-block-list__block[data-align="wide"] {
    max-width: 1300px;

}



.editor-post-title__input {
	font-family: 'Trajan Pro Regular', serif!important;
    background-color: #9a8478!important;
    color: #fff!important;
	font-weight: 300!important;   
}

.wp-block body p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}