body,
.md-typeset,
.md-nav,
.md-header__title,
.md-search__form {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

code,
pre,
.md-typeset code,
.md-typeset pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

body {
  background: #ffffff;
  color: #1f2937;
}

.md-header {
  background: #ffffff;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: none;
}

.md-header__topic,
.md-header__title,
.md-search__input,
.md-search__icon {
  color: #111827;
}

.md-tabs,
.md-tabs__link {
  color: #374151;
}

.md-main {
  background: #ffffff;
}

.md-main__inner {
  margin-top: 0;
}

.md-content__inner {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.md-sidebar__scrollwrap {
  background: #fafafa;
  border-right: 1px solid #e5e7eb;
}

.md-nav__title {
  font-weight: 600;
}

.md-nav__link {
  color: #374151;
}

.md-nav__link:hover {
  color: #111827;
}

.md-nav__link--active,
.md-nav__item .md-nav__link--active {
  color: #111827;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
}

.md-nav--primary .md-nav__item--active > .md-nav__link {
  border-left: 2px solid #2563eb;
  padding-left: calc(.6rem - 2px);
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: #111827;
  font-weight: 700;
  letter-spacing: 0;
}

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

.md-typeset a {
  color: #2563eb;
}

.md-typeset a:hover {
  color: #1d4ed8;
}

.md-typeset table:not([class]) {
  border: 1px solid #e5e7eb;
}

.md-typeset table:not([class]) th {
  background: #f8fafc;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: .35rem;
  border: 1px solid #dbe4f0;
  background: #f8fbff;
  box-shadow: none;
}

.md-typeset pre > code {
  border-radius: .35rem;
}

.md-search__form {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  box-shadow: none;
}

@media screen and (max-width: 76.2344em) {
  .md-sidebar__scrollwrap {
    background: transparent;
    border-right: 0;
  }
}
