.md h1 {
    display: none;
}

.md h2 {
    text-transform: lowercase;
    font-size: 1.17rem;
    margin: 0 0 10px;
}

.md h2::before {
    content: "/";
}

.md h3 {
    text-transform: lowercase;
    margin: 0 0 10px;
}

.md h3::before {
    content: "/";
}

.md p {
    color: var(--muted);
    line-height: 1.6;
}

.md li {
    color: var(--muted);
}

.md a.is-pdf {
    display: block;
    margin: 0.4em 0;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
}

.md li > a.is-pdf {
    display: inline-block;
    margin: 0.25em 0;
    font-size: 16px;
    line-height: 1.6;
}

.md a.is-pdf::before {
    content: "\f1c1";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    font-size: 0.9em;
    vertical-align: middle;
}
