/* Match the landing page dark theme colors */
[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #1f6feb;
  --md-primary-fg-color--light: #58a6ff;
  --md-primary-fg-color--dark: #1158c7;
  --md-accent-fg-color: #58a6ff;
}
