.block-editor ul.wp-block,
.block-editor .editor-styles-wrapper ol, .block-editor .editor-styles-wrapper ul{
    list-style-position: outside !important;
    margin-left: 20px !important;
    margin-bottom: 20px;
	margin-top: 0;
}

.block-editor ul.wp-block li {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

.block-editor h1.wp-block-post-title {
    font-size: 45px !important;
    line-height: 50px !important;
	padding-bottom: 20px;
}

.editor-visual-editor,
.editor-visual-editor__post-title-wrapper.edit-post-visual-editor__post-title-wrapper, .wp-block-post-content.wp-block-post-content, .editor-styles-wrapper.block-editor-writing-flow {
	max-width: 805px !important;
	margin:0 auto;
}

.block-editor h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 500 !important;
	padding-bottom: 20px;
}

.block-editor h4[role="document"] {
    margin: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
}

.block-editor h3 {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
	padding-bottom: 20px;
}

.block-editor h5, .block-editor h6 {
	padding-bottom: 20px;
}

.editor-editor-interface{
	background:#dddddd;
}


.block-editor p[role="document"].wp-block-paragraph {
    font-family: "Barlow", sans-serif !important;
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
}

.block-editor .rich-text {
	font-family: "Barlow", sans-serif;
	color: #000033;
}

.editor-styles-wrapper.block-editor-writing-flow {
	background: white;
    padding: 0 20px 20px !important;
    margin: auto;
	padding: 0 20px 20px;
    border-radius: 5px;
}
