@charset "utf-8";
@import url("all.min.css");
@import url("base.css");
@import url("style.css");

html {font-size: 62.5%!important;}
.editor-styles-wrapper{
    font-size:1.6rem!important;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.edit-post-visual-editor__post-title-wrapper{
    margin-bottom: .5em;
}
html :where(.editor-styles-wrapper) p{
    margin:unset;
}