[data-md-color-scheme="slate"] {
  /* Background */
  --md-default-bg-color: #201843;
  --md-primary-fg-color: #100735;

  /* Accent / highlights */
  --md-accent-fg-color: #6309ff;

  /* Footer */
  --md-footer-bg-color--dark: #100735;
}

/* Links text color override */
.md-sidebar--primary .md-nav__link {
    color: #d4cfff !important;
}

.md-nav--secondary .md-nav__link {
    color: #d4cfff !important;
}

.md-nav__item .md-nav__link--active {
    color: #6309ff !important; 
}

/* Default text color override */
.md-typeset {
    color: #d4cfff !important;
}

/* Hide the logo that appears at the TOP of the left sidebar (drawer) */
.md-sidebar--primary .md-logo {
  display: none !important;
}

/* Tidy up the title row spacing after removing the logo */
.md-sidebar--primary .md-nav__title {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/* Safety: if an inline SVG sneaks in, hide it too */
.md-sidebar--primary .md-nav__title svg {
  display: none !important;
}

.example-screenshot-dark {
  border-radius: 12px;
  box-shadow: rgba(16, 7, 53, 0.3) 0px 1px 2px 0px, rgba(16, 7, 53, 0.15) 0px 1px 3px 1px;
}

.example-screenshot-light {
  border-radius: 12px;
  box-shadow: rgba(205, 199, 255, 0.3) 0px 1px 2px 0px, rgba(205, 199, 255, 0.15) 0px 1px 3px 1px;
}
