/**
 * ADEMS logo colors – single source for front and admin templates.
 * Update these if brand/logo guidelines change (e.g. from ADEMS_Logo_.pdf).
 */
:root {
  --brand-primary: #0089FF;
  --brand-accent: #D40474;
  --brand-highlight: #FFAE06;
}
