﻿:root {
  --md-text-font: "Inter", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

.md-grid {
  max-width: 76rem;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: 0;
}

.md-typeset .grid.cards > ul > li {
  border-radius: 6px;
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}
