@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Content */

.md-content {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
}

.md-content p {
    font-size: 20px;
    letter-spacing: -0.003em;
    line-height: 32px;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-bottom: 1.5em;
}

.md-content li {
    font-size: 20px;
    letter-spacing: -0.003em;
    line-height: 32px;
}

.md-content h1 { /* Use only for Page Title. */
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 52px !important;
    margin-bottom: 1em;
}

.md-content h2 { /* Use only for Chapters */
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    margin-bottom: .5em;
}

.md-content h3 { /* Use only for Topics */
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: .5em;
}

.grid.grid-custom > p {
    border: solid 1px rgba(128,128,128, 0.2);
    border-radius: 4px;
    padding: 1rem;
}