/* Append this code to CMS main css */

/** 
 * Summernote Add Class Styling 
 * - Add your classes matching the existing styles or use these
 */
.blog-heading-1 {
    color: #000;
    font-size: 28px;
    line-height: 1.4;
}

.blog-heading-2 {
    color: #000;
    font-size: 21px;
    line-height: 1.4;
}

.blog-heading-3 {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
}

.blog-paragraph {
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 992px) {
    .blog-paragraph {
        margin-bottom: 10px;
    }
}
.note-editor {
    font-family: YOUR_FONT_NAME, sans-serif;
}