/* West + Main / Myles Media palette.
 *
 * Every value below was read out of the brand SVGs in "Brand Assets", not
 * sampled by eye — the logo files declare .cls-1 {fill:#35404a} and
 * .cls-2 {fill:#e1b03d}, and the artwork set supplies the rest.
 */

:root {
  /* Core West + Main */
  --wm-slate:       #35404a;   /* wordmark, card bands, primary dark */
  --wm-gold:        #e1b03d;   /* arrow, accent panels, rules */
  --wm-navy:        #00152a;   /* flyer header, deepest ground */
  --wm-white:       #ffffff;

  /* Warm accents from the artwork set (flyer rules, icons) */
  --wm-amber:       #f69f07;
  --wm-amber-deep:  #e7a922;

  /* Homes for Heroes */
  --h4h-green:      #6ba643;
  --h4h-green-deep: #61943f;
  --h4h-green-lt:   #bdda7a;
  --h4h-red:        #b52326;
}
