$screen-sm: 480px;
$screen-md: 780px;
$screen-lg: 1200px;
$text-color: #333;

html {
    font-size: 10px !important;
    color: $text-color;
}
body#tinymce.wp-editor {
    margin: auto;
    padding: 24px 16px !important;
    max-width: 700px;
    font-size: 10px !important;
    color: $text-color;
    @import "components/_editor_style";
}