/**
* To Do: Add style editor widths based on the selected post/page layout.
*/

/** === Block Editor title === */
.editor-post-title__block .editor-post-title__input,
.editor-styles-wrapper h1.wp-block-post-title {
    font-size: var(--bnm-font-size-xxxl);
    margin-top: 0;
    margin-bottom: 40px;
}

.wp-block-post-content {
    line-height: var( --bnm-line-height-article );
    font-size: var( --bnm-font-size-base-md );
}