:root {
  --md-code-font: "JetBrains Mono", "Fira Code", monospace;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.md-typeset table:not([class]) {
  font-size: 0.78rem;
}

.md-typeset .admonition,
.md-typeset details {
  border-left-width: 4px;
}
