:root {
  --md-text-font: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --md-code-font: Consolas, "SFMono-Regular", monospace;
}

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

.md-content__inner {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.md-typeset {
  font-family: Georgia, "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", SimSun, serif;
  font-size: 0.9rem;
  line-height: 1.9;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.md-typeset h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.35;
}

.md-typeset h2 {
  margin-top: 2.8rem;
  padding-top: 0.8rem;
  border-top: 0.05rem solid var(--md-default-fg-color--lightest);
  font-size: 1.45rem;
  line-height: 1.45;
}

.md-typeset h3 {
  margin-top: 1.8rem;
  font-size: 1.08rem;
  line-height: 1.55;
}

.md-typeset p {
  margin-bottom: 1.05em;
}

.md-typeset blockquote {
  margin: 1.4rem 0;
  padding: 0.85rem 1rem;
  border-left: 0.2rem solid var(--md-primary-fg-color);
  background: color-mix(in srgb, var(--md-primary-fg-color) 8%, transparent);
  color: var(--md-default-fg-color);
}

.md-typeset blockquote > :last-child {
  margin-bottom: 0;
}

.md-typeset img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 72vh;
  margin: 1.5rem auto 0.55rem;
  border: 0.05rem solid var(--md-default-fg-color--lightest);
}

.md-typeset table:not([class]) {
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.72rem;
  line-height: 1.6;
}

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

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

.md-typeset .katex-display {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.35rem 0;
}

.md-footer__link {
  align-items: center;
}

@media screen and (max-width: 44.984375em) {
  .md-content__inner {
    margin: 1rem 0.8rem 2.5rem;
  }

  .md-typeset {
    font-size: 0.88rem;
    line-height: 1.92;
  }

  .md-typeset h1 {
    font-size: 1.65rem;
  }

  .md-typeset h2 {
    margin-top: 2.35rem;
    font-size: 1.3rem;
  }

  .md-typeset h3 {
    font-size: 1.02rem;
  }

  .md-typeset blockquote {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    padding: 0.8rem;
  }

  .md-typeset .katex-display > .katex {
    font-size: 0.8em;
  }
}
