/* indigo - This ERP's own palette. The default.
   Layer 1 only. Every other value in the kit derives from these. */
[data-theme="indigo"] {
  --seed-accent:       #4f46e5;
  --seed-accent-dark:  #4338ca;
  --seed-ink:          #1e1b4b;
  --seed-purple:       #7c3aed;
  --seed-neutral:      #64748b;
  --seed-ok:           #16a34a;
  --seed-warn:         #ea580c;
  --seed-amber:        #f59e0b;
  --seed-danger:       #dc2626;
  --seed-info:         #0369a1;
  --seed-pink:         #db2777;

  /* Exact pins - this ERP hand-picked these 8 off the hue-stable ramp.
     Delete them and the theme still works; it just derives them instead. */
  --amber-100:         #fef3c7;
  --amber-200:         #fde68a;
  --amber-700:         #b45309;
  --amber-800:         #92400e;
  --amber-900:         #78350f;
  --ok-200:            #bbf7d0;
  --warn-200:          #fed7aa;
  --info-200:          #bae6fd;
  --ok-bg:             #dcfce7;
}
