.editor-styles-wrapper,
body#tinymce.wp-editor.content {
    background-color: #ffffff;
    color: #212529;
}


.editor-styles-wrapper > *,
body#tinymce.wp-editor.content {
    font-family: Cabin, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    line-height: 1.5em;
}

.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.editor-styles-wrapper .editor-post-title {
    color: #007bff;
    font-family: Cabin, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}

.wp-block {
    max-width: 1890px;
}

.editor-styles-wrapper h1.wp-block,
.editor-styles-wrapper wp-block h1,
body#tinymce.wp-editor.content h1,
.editor-styles-wrapper h2.wp-block,
.editor-styles-wrapper wp-block h2,
body#tinymce.wp-editor.content h2,
.editor-styles-wrapper h3.wp-block,
.editor-styles-wrapper wp-block h3,
body#tinymce.wp-editor.content h3,
.editor-styles-wrapper h4.wp-block,
.editor-styles-wrapper wp-block h4,
body#tinymce.wp-editor.content h4,
.editor-styles-wrapper h5.wp-block,
.editor-styles-wrapper wp-block h5,
body#tinymce.wp-editor.content h5,
.editor-styles-wrapper h6.wp-block,
.editor-styles-wrapper wp-block h6,
body#tinymce.wp-editor.content h6 {
    color: #007bff;
    font-weight: 600;
}

.editor-styles-wrapper h1.wp-block,
.editor-styles-wrapper .wp-block h1,
body#tinymce.wp-editor.content h1 {
    font-size: 2em;
}

.editor-styles-wrapper h2.wp-block,
.editor-styles-wrapper .wp-block h2,
body#tinymce.wp-editor.content h2 {
    font-size: 1.75em;
}

.editor-styles-wrapper h3.wp-block,
.editor-styles-wrapper .wp-block h3,
body#tinymce.wp-editor.content h3 {
    font-size: 1.5em;
}

.editor-styles-wrapper h4.wp-block,
.editor-styles-wrapper .wp-block h4,
body#tinymce.wp-editor.content h4 {
    font-size: 1.25em;
}

.editor-styles-wrapper h5.wp-block,
.editor-styles-wrapper .wp-block h5,
body#tinymce.wp-editor.content h5 {
    font-size: 1.125em;
}

.editor-styles-wrapper h6.wp-block,
.editor-styles-wrapper .wp-block h6,
body#tinymce.wp-editor.content h6 {
    font-size: 1em;
}

.editor-styles-wrapper p.wp-block,
.editor-styles-wrapper .wp-block p,
body#tinymce.wp-editor.content p {
    color: #212529;
}

@media (min-width: 1600px) {
    .editor-styles-wrapper > *,
    body#tinymce.wp-editor.content {
        font-size: 20px;
    }
}
