:root {
  --md-primary-fg-color: #1e293b;
  --md-primary-fg-color--light: #334155;
  --md-primary-fg-color--dark: #0f172a;
  --md-accent-fg-color: #0284c7;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0b1220;
  --md-default-fg-color: #dbe4f0;
  --md-primary-fg-color: #111827;
  --md-accent-fg-color: #38bdf8;
}

.md-header {
  background: #0f172a;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: none;
}

.md-tabs {
  background: #111827;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.md-header__button.md-logo {
  margin: 0.2rem;
  padding: 0.2rem;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  width: 1.75rem;
  height: 1.75rem;
}

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

.md-typeset h1 {
  color: var(--md-default-fg-color);
}

.md-typeset a {
  text-underline-offset: 0.16em;
}

.md-typeset code {
  border-radius: 0.25rem;
}

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

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