/* Improve readability and match modern docs spacing */
.md-content__inner {
  max-width: 900px;
}

.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.md-typeset h2 {
  margin-top: 2em;
  font-weight: 650;
}

.md-typeset pre > code {
  border-radius: 0.5rem;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 0.5rem;
}
