.textcontent .container {
    /* max-width: 80ch; */
}

.textcontent ul {
    margin-left: 1em;
}

    /* wght: 100-900 */
    /* slnt: -10-0 */

.textcontent strong, .textcontent b {
    font-variation-settings: 'wght' 700, 'slnt' 0;
}

.textcontent em, .textcontent i {
    font-variation-settings: 'wght' 400, 'slnt' -10;
}

.textcontent h1, .textcontent h2, .textcontent h3 {
    font-variation-settings: 'wght' 700, 'slnt' 0;
    margin-top: 1.3em;
    /* margin-bottom: 1.3em; */
}

.textcontent h1 {
    font-size: 2em;
}

.textcontent h2 {
    font-size: 1.4em;
}

.textcontent h3 {
    font-size: 1.2em;
}

.textcontent h1+p, .textcontent h1+ul, .textcontent h2+p, .textcontent h2+ul, .textcontent h3+p, .textcontent h3+ul {
    margin-top: 1.3em;
}