:root {
  /* Match Jade GT Slate-900 */
  --md-primary-fg-color: #0f172a;
  --md-primary-fg-color--dark: #0f172a;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0f172a;
  --md-default-bg-color--light: #1e293b; /* Slate-800 for sidebar */
}

/* Ensure the header is always the deep slate color */
.md-header {
  background-color: #0f172a !important;
}

/* Match the app's indigo accent */
:root {
  --md-accent-fg-color: #4f46e5;
}
