:root {
  --md-text-font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --md-code-font: "SFMono-Regular", "Cascadia Code", "Liberation Mono", monospace;
  --wc-inline-math-vertical-align: baseline;
}

.md-typeset {
  line-height: 1.78;
}

.md-typeset h1 {
  font-weight: 400;
  letter-spacing: -0.025em;
}

.md-typeset h2 {
  margin-top: 2.2em;
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.28em;
}

.md-typeset table:not([class]) {
  font-size: 0.78rem;
}

.md-typeset code {
  overflow-wrap: anywhere;
}

.md-typeset pre > code {
  overflow-wrap: normal;
}

.md-typeset span.arithmatex {
  display: inline-block;
  max-width: none;
  overflow: visible;
  vertical-align: var(--wc-inline-math-vertical-align);
}

.md-typeset div.arithmatex {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.md-typeset .md-typeset__table {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 44.984375em) {
  .md-typeset .highlight,
  .md-typeset pre,
  .md-typeset .md-typeset__scrollwrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .md-typeset {
    line-height: 1.72;
  }
}
