body.wp-admin {
    background-color: white;
    
    & .edit-post-visual-editor {
        box-sizing: border-box;
        color: var(--tb-text-color);
        font-family: var(--tb-text-font);
        font-size: 12pt;

        & .editor-post-title textarea {
            font-family: var(--tb-title-font);
        }

        & code, pre {
            font-family: var(--tb-mono-font);
        }

        & :is(h1, h2, h3, h4, h5, h6) {
            font-family: var(--tb-title-font);
        }
    }

    & .wp-block {
        max-width: 1024px;
    }
}
