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

/* Light mode nav links */
[data-md-color-scheme="default"] .md-nav__link,
[data-md-color-scheme="default"] .md-nav__link--active {
  color: #18181b !important;
}

[data-md-color-scheme="default"] .md-nav__link:hover {
  color: #d946ef !important;
}

/* Dark mode nav links */
[data-md-color-scheme="slate"] .md-nav__link,
[data-md-color-scheme="slate"] .md-nav__link--active {
  color: white !important;
}

[data-md-color-scheme="slate"] .md-nav__link:hover {
  color: #f0abfc !important;
}

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

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