/* Relay brand colour for the Material docs theme.
   Brand green #27b26f (matches src/public/theme.js --green); #5fd39a is the
   lighter shade Relay uses on dark backgrounds. Wired via palette `custom`. */

[data-md-color-primary="custom"] {
  --md-primary-fg-color:        #27b26f;
  --md-primary-fg-color--light: #5fd39a;
  --md-primary-fg-color--dark:  #1e8f58;
}

[data-md-color-accent="custom"] {
  --md-accent-fg-color:         #1e9e63;
}

/* Dark scheme: brighten links/accents to the same green Relay uses on dark. */
[data-md-color-scheme="slate"] {
  --md-typeset-a-color: #5fd39a;
}
[data-md-color-scheme="slate"][data-md-color-accent="custom"] {
  --md-accent-fg-color: #5fd39a;
}
