.editor-styles-wrapper {
    background-color: #080808;
}
.block-editor-writing-flow .wp-block-post-title, 
.block-editor-writing-flow .cta-primary, 
.block-editor-writing-flow .cta-secondary,
.block-editor-writing-flow h1, 
.block-editor-writing-flow h2, 
.block-editor-writing-flow h3, 
.block-editor-writing-flow h4, 
.block-editor-writing-flow h5, 
.block-editor-writing-flow h6,
.block-editor-writing-flow .wp-block-post-content {
    color: #fff!important;
}
.interface-complementary-area__fill, .interface-complementary-area {
    width: 350px !important;
}
html :where(.wp-block) {
    margin-bottom: 28px;
    margin-top: 28px;
    max-width: 100%;
}