:root {
  --md-primary-fg-color: #1f2933;
  --md-primary-fg-color--light: #354656;
  --md-primary-fg-color--dark: #111820;
  --md-accent-fg-color: #0f766e;
  --md-typeset-a-color: #0b6b64;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

.md-header {
  box-shadow: 0 1px 0 rgba(31, 41, 51, 0.15);
}

.md-main__inner {
  margin-top: 1.5rem;
}

.md-typeset {
  color: #24313d;
  font-size: 0.82rem;
  line-height: 1.75;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: #18232d;
  font-weight: 650;
  letter-spacing: 0;
}

.md-typeset h1 {
  margin-bottom: 1rem;
}

.md-typeset h2 {
  border-bottom: 1px solid #d9e0e6;
  padding-bottom: 0.45rem;
}

.md-typeset a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.md-typeset a:focus-visible,
.md-nav__link:focus-visible {
  border-radius: 2px;
  outline: 3px solid rgba(15, 118, 110, 0.35);
  outline-offset: 3px;
}

.md-typeset img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem auto 2rem;
  border: 1px solid #d5dde4;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(31, 41, 51, 0.08);
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 6px;
  box-shadow: none;
}

@media screen and (max-width: 44.984375em) {
  .md-main__inner {
    margin-top: 0.5rem;
  }

  .md-typeset {
    font-size: 0.8rem;
  }

  .md-typeset img {
    margin-bottom: 1.5rem;
    border-radius: 4px;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
