/* Make mkdocstrings function headings bold */
.md-typeset h2.doc-heading,
.md-typeset h3.doc-heading {
    font-weight: 700;
}

.md-typeset h1 {
    font-weight: 700;
    color: #526cfe;
}

.md-nav__title {
    color: rgb(139, 4, 4);
    font-weight: 700;
    font-size: 18px;
}

/* Make navigation section headers darker and more visually distinct */
.md-sidebar .md-nav__item--section > .md-nav__link,
.md-sidebar .md-nav__title {
    color: #000000;
    font-weight: 700;
}