/* SarabFX brand violet — override Material's primary/accent with exact brand hex */
:root {
  --md-primary-fg-color:        #8b5cf6;
  --md-primary-fg-color--light: #a78bfa;
  --md-primary-fg-color--dark:  #9333ea;
  --md-accent-fg-color:         #9333ea;
}

/* Dark scheme keeps the violet accent readable */
[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #8b5cf6;
  --md-primary-fg-color--light: #a78bfa;
  --md-primary-fg-color--dark:  #9333ea;
  --md-accent-fg-color:         #a78bfa;
  --md-typeset-a-color:         #a78bfa;
}
