/* 行间距收紧 + 正文加粗 */

.md-typeset {
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 500;
}

.md-typeset p,
.md-typeset li {
  line-height: 1.4;
  font-weight: 500;
}

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

.md-typeset h2 {
  font-weight: 700;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

.md-typeset h3 {
  font-weight: 600;
}

.md-typeset h4 {
  font-weight: 600;
}

.md-typeset table:not([class]) {
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 500;
}

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

.md-typeset code {
  font-weight: 600;
}

.md-typeset admonition {
  font-weight: 500;
  line-height: 1.4;
}

.md-sidebar nav .md-nav__link {
  font-weight: 500;
  line-height: 1.3;
}
