/* =========================
   TYPOGRAPHY FOR ONLINE COURSE
   ========================= */

body {
    font-weight: 500;
    line-height: 1.8;
}

p {
    font-size: 1.1rem;
    font-weight: 500;
}

ol li, ul li {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
}

h1, h2, h3 {
    font-weight: 700;
}

.lead {
    font-weight: 600;
}
