/**
 * Training sandbox identity — Western Washington University motif (blue / silver
 * / white). Official WWU brand colors: Dark Blue #003F87, Light Blue #007AC8,
 * Viking Silver #C2C4C6, slate Gray #667986, White.
 *
 * Scoped to body.mvsd-training (the class mvsd_sandbox adds to <body> on the
 * training domain). Declaring the tokens on <body> means every element inside
 * it inherits these values instead of the theme's :root greens.
 *
 * The brand gold is swapped for WWU silver (decorative) with a darker slate for
 * link underlines / accent text so it still clears AA (~5:1 on white). White on
 * #003F87 is ~9:1, white on #002a5c is higher; the amber focus ring is kept.
 */
body.mvsd-training {
  --color-primary:       #003F87;  /* WWU Dark Blue */
  --color-primary-dark:  #002a5c;  /* deeper navy */
  --color-primary-mid:   #007AC8;  /* WWU Light Blue */
  --color-primary-light: #e6eef6;  /* pale blue wash */
  --color-brand:         #003F87;
  --color-brand-deep:    #002a5c;
  --color-accent:        #c2c4c6;  /* Viking Silver — decorative */
  --color-accent-dark:   #a9acae;  /* darker silver (hover) */
  --color-accent-deep:   #5b6770;  /* AA-safe slate for underlines / accent text */
}
