/* MDU Dark RPG Theme — matches app.minidreamuniverse.com */

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #11131a;
  --md-default-fg-color: #ebe4d4;
  --md-default-fg-color--light: #8f939e;
  --md-primary-fg-color: #e5a818;
  --md-primary-bg-color: #11131a;
  --md-accent-fg-color: #e5a818;
  --md-typeset-a-color: #e5a818;
  --md-code-bg-color: #171a24;
  --md-code-fg-color: #ebe4d4;
  --md-footer-bg-color: #0d0f15;
  --md-footer-fg-color: #8f939e;
}

.md-header { background-color: #11131a !important; border-bottom: 1px solid #272a35; }
.md-tabs { background-color: #11131a !important; }
.md-nav__link--active { color: #e5a818 !important; }
.md-search__input { background-color: #171a24 !important; }
.md-typeset h1, .md-typeset h2, .md-typeset h3 { color: #ebe4d4 !important; }
.md-typeset code { background-color: #171a24; color: #e5a818; }
.md-typeset table { border: 1px solid #272a35; }
.md-typeset table th { background-color: #171a24; color: #e5a818; }
.md-typeset table td { border-color: #272a35; }
.md-sidebar { background-color: #0d0f15; }
.md-content { max-width: 900px; }
