/* The brand green (ADR-0090), and the same accessibility rule the app follows:
   `--accent` is 2.43:1 on white and fails WCAG for anything that carries
   meaning, so links and text use the darkened green (ADR-0237). */
:root {
  --md-primary-fg-color: #1a7d23;
  --md-accent-fg-color: #1a7d23;
  --md-typeset-a-color: #1a7d23;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #2fbf39;
  --md-accent-fg-color: #3fd44a;
  --md-typeset-a-color: #3fd44a;
}
