﻿/* SFN-15983 Catalog description changes to sizes of text - These CSS will be added in BaseData screen and will be applied when there are no inline fonts added*/

.catalogDescriptionTextHeader {
    font-size: 48px !important;
}

.catalogDescriptionTextBody{
    font-size: 22px !important;
}

.catalogDescriptionTextParagraph{
    font-size: 18px !important;
}

/*Added for Teaser text in CourseList screen*/
.catalogTeaserTextFont>div{
    font-size: 14px !important;
}