/* ================================================================
   Landing palette override — Medical Teal (ClinicFlow)
   Loaded AFTER landing.css. Redefines ONLY the brand variables;
   neutrals, semantics, and every component rule inherit unchanged.
   One change here recolors the whole landing (header, footer,
   buttons, glows, connected map, 3D background).
   ================================================================ */
:root {
  --primary:        #14B8A6;
  --primary-600:    #0D9488;
  --primary-400:    #2DD4BF;
  --primary-300:    #5EEAD4;
  --primary-200:    #99F6E4;
  --primary-100:    #CCFBF1;
  --primary-rgb:     20, 184, 166;
  --primary-400-rgb: 45, 212, 191;
  --primary-200-rgb: 153, 246, 228;

  --secondary:      #06B6D4;
  --secondary-600:  #0891B2;
  --secondary-400:  #22D3EE;
  --secondary-200:  #A5F3FC;
  --secondary-rgb:  6, 182, 212;

  --indigo:         #0891B2;
  --indigo-600:     #155E75;
  --indigo-400:     #22D3EE;
  --indigo-200:     #A5F3FC;
  --indigo-rgb:      8, 145, 178;
  --indigo-400-rgb:  34, 211, 238;
  --indigo-600-rgb:  21, 94, 117;
  --indigo-200-rgb:  165, 243, 252;
}
