/* Default MQ Web theme - used by all clients that don't have specific overrides.
   Chrome (header/footer/banner) inherits the neutral dark-grey tokens from
   tokens.css; only the brand subset is restated here. */
:root {
  --color-primary: 25 135 84;
  --color-primary-hover: 21 115 71;
  --color-accent: 74 122 181;
  --color-btn-text: 255 255 255;
  --color-secondary: 108 117 125;
  --color-secondary-text: 255 255 255;
}
