.jodit-wysiwyg {
    ol, ul {
        padding-left: 20px !important;
    }

    ol {
        list-style: decimal;
    }

    ul {
        list-style: disc;
    }

    h1, h2, h3, h4 {
        margin-bottom: 15px;
    }

    h1 {
        font: normal 400 30px/20px 'Roboto', sans-serif;
    }

    h2 {
        font: normal 400 26px/20px 'Roboto', sans-serif;
    }

    h3 {
        font: normal 400 24px/20px 'Roboto', sans-serif;
    }

    h4 {
        font: normal 400 22px/20px 'Roboto', sans-serif;
    }

    blockquote {
        padding-left: 20px !important;
        quotes: initial;
    }

    blockquote::before {
        content: open-quote !important;
    }

    blockquote::after {
        content: close-quote !important;
    }
}

.jodit-toolbar-button__text {
    h1 {
        font: normal 400 30px/30px 'Roboto', sans-serif;
    }

    h2 {
        font: normal 400 26px/30px 'Roboto', sans-serif;
    }

    h3 {
        font: normal 400 24px/30px 'Roboto', sans-serif;
    }

    h4 {
        font: normal 400 22px/30px 'Roboto', sans-serif;
    }

    blockquote {
        quotes: initial;
    }

    blockquote::before {
        content: open-quote !important;
    }

    blockquote::after {
        content: close-quote !important;
    }
}
