/*
 * Keep the block editor readable even if the parent theme applies a dark scheme.
 */

.editor-styles-wrapper,
.block-editor-writing-flow,
.editor-styles-wrapper .editor-post-title__block .editor-post-title__input {
	color: #111111 !important;
	background-color: #ffffff !important;
}

.editor-styles-wrapper[data-scheme=dark],
.block-editor-writing-flow[data-scheme=dark],
.editor-styles-wrapper[data-scheme=dark] .block-editor-rich-text__editable,
.editor-styles-wrapper[data-scheme=dark] .editor-post-title__block .editor-post-title__input {
	color: #111111 !important;
	background-color: #ffffff !important;
}

.editor-styles-wrapper,
.block-editor-writing-flow {
	--cs-color-primary: #111111;
	--cs-color-primary-contrast: #ffffff;
	--cs-color-secondary: #666666;
	--cs-color-site-background: #ffffff;
	--cs-color-header-background: #ffffff;
	--cs-color-submenu-background: #ffffff;
}

.editor-styles-wrapper p,
.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,
.editor-styles-wrapper figcaption,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper .block-editor-rich-text__editable {
	color: inherit;
}
