/* ChipAdvisor design tokens — single source of truth.
 *
 * Colour primitives only. Values are unchanged from the original per-page
 * definitions, so rendering is identical. Deliberately NOT defined here:
 *   - --font  : stays per-page (Inter on index/find, Nunito elsewhere)
 *   - layout/radius/shadow vars: stay in the pages that use them
 *
 * See DESIGN.md for the descriptive names and usage rules.
 */
:root {
  /* Navy */
  --navy:        #1B3A5C;
  --navy-mid:    #2D5382;
  --navy-light:  #EBF0F7;
  --night-navy:  #0E1B2A;

  /* Amber (the single glow) */
  --amber:        #D97706;
  --amber-mid:    #F59E0B;
  --amber-light:  #FEF3C7;
  --amber-pale:   #FDE68A;
  --amber-soft:   #FBBF24;
  --amber-bright: #FCD34D;

  /* Neutral — light surfaces */
  --bg:        #F4F4F4;
  --surface:   #FFFFFF;
  --surface2:  #F9F9F9;
  --white:     #FFFFFF;
  --border:    #E0E0E0;
  --text:      #1A1A1A;
  --muted:     #666666;
  --muted2:    #999999;

  /* Semantic */
  --red:   #DC2626;
  --green: #16A34A;

  /* Category accents (find filters / map markers) */
  --cat-seaside:     #0369A1;
  --cat-award:       #B45309;
  --cat-institution: #6D28D9;
}
