:root {
  --md-primary-fg-color: #0f3e9a;
  --md-accent-fg-color: #117a8b;
}

.md-header {
  border-bottom: 1px solid rgba(15, 62, 154, 0.15);
}

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

.md-typeset .admonition {
  border-radius: 8px;
}

.md-typeset pre code {
  font-size: 0.85rem;
}
