.md-typeset h1 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.md-typeset h2 {
  font-weight: 600;
  margin-top: 2rem;
}

.md-typeset code {
  border-radius: 6px;
}

.md-typeset pre > code {
  border-radius: 10px;
}

.md-typeset table:not([class]) {
  border-radius: 8px;
  overflow: hidden;
}

.md-header__title {
  font-weight: 700;
}