/*--------------------------------------------------------------
# Global Summernote Styles
--------------------------------------------------------------*/
.summernote-description {
    color: var(--text-color) !important;
    line-height: 1.6rem !important;
    letter-spacing: 0.01em !important;
    word-spacing: 0.05em !important;
}

.summernote-description ul li {
    font-size: 0.9rem !important;
    color: var(--text-color) !important;
}

.summernote-description h1,
.summernote-description h2,
.summernote-description h3 {
    color: var(--heading-color);
    font-weight: 600;
}

.summernote-description * {
    font-size: 1rem !important;
    color: var(--text-color) !important;
}