:root {
  --md-primary-fg-color: #ffffff;
  --md-primary-bg-color: #1f2937;
  --md-accent-fg-color: #c2410c;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #111827;
  --md-accent-fg-color: #fb923c;
}

.md-header {
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  box-shadow: none;
}

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

.md-typeset h1 {
  font-weight: 700;
}

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

.md-typeset figcaption,
.md-typeset p em {
  color: var(--md-default-fg-color--light);
}

@media screen and (min-width: 76.25em) {
  .md-grid {
    max-width: 64rem;
  }

  .md-main__inner {
    column-gap: 1rem;
  }

  .md-sidebar {
    width: 11rem;
  }

  .md-content {
    max-width: none;
  }

  .md-content__inner {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (min-width: 100em) {
  .md-grid {
    max-width: 70rem;
  }

  .md-main__inner {
    column-gap: 1.2rem;
  }

  .md-sidebar {
    width: 11.5rem;
  }
}
