/* ── Design Tokens — Indigo Palette ──────────────────────────────────────
   Used by: about.html  channels.html  features.html  industries.html  pricing.html
   Pages that use the teal palette (index, contact, 404) define their own
   :root overrides inside assets/css/pages/<page>.css
──────────────────────────────────────────────────────────────────────── */
:root {
  --navy:        #1A1F8F;
  --navy-dark:   #12166B;
  --navy-deeper: #050c1a;
  --navy-light:  #E8E9FB;
  --navy-mid:    #3D44C4;
  --accent:      #4B52D4;
  --white:       #ffffff;
  --off-white:   #F7F8FF;
  --text:        #0D0E2E;
  --muted:       #5A5F8A;
  --border:      rgba(0, 188, 212, 0.12);
  --gold:        #E8A020;
  --gold-light:  #FEF3DC;
  --green:       #1D9E75;
  --green-light: #E1F5EE;
  --coral:       #D85A30;
  --coral-light: #FAECE7;
}
