[data-md-color-scheme="default"],
[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #18181b;
  --md-accent-fg-color: #d946ef;
}

/* Menu and TOC: white, magenta hover */
.md-nav__link,
.md-nav__link--active {
  color: white !important;
}

.md-nav__link:hover {
  color: #d946ef !important;
  cursor: pointer;
}

/* In-page links: magenta, lighter magenta hover */
.md-typeset a {
  color: #d946ef !important;
}

.md-typeset a:hover {
  color: #f0abfc !important;
}
