.edit-post-visual-editor,
.edit-post-visual-editor .editor-block-list__block-edit,
.edit-post-visual-editor .editor-block-list__block {
    font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Matches entry-title in style.css. */
.editor-post-title__block .editor-post-title__input {
    font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px; 
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #4ac6c9;
    padding-left: 1em;
}