:root  > * {
    --md-mermaid-label-fg-color: #444444;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
    font-weight: 700;
}

.md-typeset h1 {
    font-size: 175%;
}

.md-typeset h2 {
    font-size: 150%;
}

.md-typeset h3 {
    font-size: 125%;
}

.md-header {
    background-color: #00331a;
}

@media screen and (max-width: 76.2344em) {
  .md-nav--primary .md-nav__title[for="__drawer"] {
    background-color: #00331a;
  }
}

a > span.twemoji {
    margin-left: 10px;
}
