:root {
  --md-primary-fg-color: #0a0a0a;
  --md-accent-fg-color: #6366f1;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #0a0a0a;
  --md-default-bg-color: #0f0f12;
}

.md-header {
  background-color: #0a0a0a;
}

.md-tabs {
  background-color: #0a0a0a;
}

/* Page cover banner — the hero image at the top of each page (mirrors GitBook). */
.md-typeset img.page-cover,
.md-typeset .page-cover img,
.md-typeset p:has(> img.page-cover) {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.md-typeset p:has(> img.page-cover) {
  margin-top: 0;
}
