/*
 * bdpd.css — minimal override on top of Material defaults
 *
 * Only change vs stock Material: top nav (header + tabs row) uses a
 * desaturated sand-brown instead of indigo. Light/dark schemes are
 * otherwise untouched and identical at the top.
 *
 * Sand-brown chosen so white text keeps ~ indigo-level contrast
 * (#7a5c3a → WCAG AA on white).
 */

[data-md-color-primary="custom"] {
  --md-primary-fg-color:        #7a5c3a;
  --md-primary-fg-color--light:  #9a7c52;
  --md-primary-fg-color--dark:   #5a4128;
  --md-primary-bg-color:         #ffffff;
  --md-primary-bg-color--light:  rgba(255, 255, 255, 0.7);
}
