/* Dummy-Selektor damit WP die Datei in den iframe lädt */
.editor-styles-wrapper .wp-block { }

/* Überschriften h2-h6 */
.editor-styles-wrapper h2.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading,
.editor-styles-wrapper h4.wp-block-heading,
.editor-styles-wrapper h5.wp-block-heading,
.editor-styles-wrapper h6.wp-block-heading {
	color: var(--wp--preset--color--greyblue-1-100);
}

/* Post-Titel (h1) weiß */
.editor-styles-wrapper h1.wp-block-post-title {
	color: #ffffff;
}