/* Main column width */
.wp-block {
	max-width: 1500px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}

.block-editor .editor-styles-wrapper,
.editor-post-title__block .editor-post-title__input {
	font-family: 'myriad-pro', sans-serif;
	font-weight: normal;
}

.woodtec-blocks-project-plugin-sidebar button.components-button.editor-post-featured-image__toggle {
	height: 100%;
}


