/* Light brand alignment with the render artifacts' palette — the docs and
   the artifacts should feel like one product. */
[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0d1017;
  --md-code-bg-color: #1a2030;
  --md-accent-fg-color: #7dcfff;
  --md-typeset-a-color: #7aa2f7;
}

/* Technical pages breathe: tables and code get more room while prose
   stays readable (the reviewer-recommended 88rem cap). */
.md-grid {
  max-width: 88rem;
}
