/* ================================================================
   Landing palette override — Orchid / Rose (DermFlow)
   Loaded AFTER landing.css. Redefines ONLY the brand variables;
   neutrals, semantics, and every component rule inherit unchanged.
   Change a value here and the whole landing (header, footer, buttons,
   glows, connected map, 3D background) recolors from one place.
   ================================================================ */
:root {
  --primary:        #A855F7;
  --primary-600:    #9333EA;
  --primary-400:    #C084FC;
  --primary-300:    #D8B4FE;
  --primary-200:    #E9D5FF;
  --primary-100:    #F3E8FF;
  --primary-rgb:     168, 85, 247;
  --primary-400-rgb: 192, 132, 252;
  --primary-200-rgb: 233, 213, 255;

  --secondary:      #EC4899;
  --secondary-600:  #DB2777;
  --secondary-400:  #F472B6;
  --secondary-200:  #F9A8D4;
  --secondary-rgb:  236, 72, 153;

  --indigo:         #C026D3;
  --indigo-600:     #A21CAF;
  --indigo-400:     #D946EF;
  --indigo-200:     #F0ABFC;
  --indigo-rgb:      192, 38, 211;
  --indigo-400-rgb:  217, 70, 239;
  --indigo-600-rgb:  162, 28, 175;
  --indigo-200-rgb:  240, 171, 252;
}
