/* DataKind-style orange primary. Hex values are approximate — tweak to match
   the exact brand orange if needed. */
[data-md-color-primary="custom"] {
  --md-primary-fg-color: #f58220;
  --md-primary-fg-color--light: #fba75a;
  --md-primary-fg-color--dark: #c0651a;
  --md-primary-bg-color: #ffffff;
  --md-primary-bg-color--light: rgba(255, 255, 255, 0.7);
}

[data-md-color-accent="custom"] {
  --md-accent-fg-color: #c0651a;
  --md-accent-fg-color--transparent: rgba(245, 130, 32, 0.1);
}
