/* =========================================
   MASTERSTUDY SINGLE COURSE
   TYPOGRAPHY
   Loaded conditionally via FluentSnippets
   ========================================= */

:root {
    --ms-font-body: "Lato", sans-serif;
    --ms-font-heading: "Averia Serif Libre", serif;
    --ms-text-color: #222222;
    --ms-accent-color: #7abc3e;
}


/* =========================================
   BODY / UI FONT
   ========================================= */

.masterstudy-single-course-categories__item,
.masterstudy-single-course-excerpt,
.masterstudy-single-course-instructor__info,
.masterstudy-single-course-details,
.masterstudy-single-course-tabs__item,
.masterstudy-single-course-share-button__title,
.masterstudy-buy-button__title,
.masterstudy-curriculum-list__section-title,
.masterstudy-curriculum-list__title,
.masterstudy-curriculum-list__meta,
.masterstudy-single-course-description__content p,
.masterstudy-single-course-description__content li {
    font-family: var(--ms-font-body) !important;
}


/* =========================================
   HEADINGS
   ========================================= */

.masterstudy-single-course-title,
h2,
h3 {
    font-family: var(--ms-font-heading) !important;
}

h2 {
    font-size: 1.4rem !important;
}

h3 {
    font-size: 1.2rem !important;
}


/* =========================================
   CATEGORY
   ========================================= */

.masterstudy-single-course-categories__item {
    color: var(--ms-accent-color) !important;
}


/* =========================================
   COURSE TABS
   ========================================= */

.masterstudy-single-course-tabs__item {
    font-size: 1rem !important;
}


/* =========================================
   COURSE DESCRIPTION
   ========================================= */

.masterstudy-single-course-description__content p,
.masterstudy-single-course-description__content li {
    font-size: 1rem !important;
    color: var(--ms-text-color) !important;
}

.masterstudy-single-course-description__content li {
    margin-bottom: 10px;
}


/* =========================================
   CURRICULUM
   ========================================= */

.masterstudy-curriculum-list__section-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.masterstudy-curriculum-list__title {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.masterstudy-curriculum-list__meta {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}


/* =========================================
   HIDE WISHLIST
   ========================================= */

.masterstudy-single-course-wishlist {
    display: none !important;
}