/**
 * This support file is used to style the WYSIWYG editor in the CMS
 */
.black {
    color: #000;
}
.grey {
    color: #758189 !important;
}
.red {
    color: #ff0000 !important;
}
.white {
    color: lightgray !important;
}
.brand-color-green {
    color: #8cc63f !important;
}
.brand-color-blue {
    color: #0e75bb !important;
}

.small-font-13 {
    font-size: 13px !important;
}
