:root {
  --md-code-font: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset table:not([class]) th {
  font-weight: 600;
}

.md-typeset .admonition,
.md-typeset details {
  font-size: 0.8rem;
}