/* ============================================================
   Esquire IVF Equipments — Dynamic Color Template Config
   ============================================================
   To customize the primary theme of the website:
   Uncomment ONE of the presets below, or set your own custom hex/RGB colors.
   ============================================================ */

:root {
  /* ------------------------------------------------------------
     🍒 PRESET 1: Crimson Red (Default Theme)
     ------------------------------------------------------------ */
  --primary:           #93192A;
  --primary-mid:       #a62033;
  --primary-light:     #c12b40;
  --primary-pale:      #fcf0f1;
  --primary-ultra:     #fff8f8;
  --primary-rgb:       147, 25, 42;
  --primary-shadow:    0 16px 48px rgba(var(--primary-rgb), 0.18);

  /* ------------------------------------------------------------
     🔬 PRESET 2: Classic Teal (Original Theme)
     Uncomment to use this theme:
     ------------------------------------------------------------ */
  /*
  --primary:           #0a7e72;
  --primary-mid:       #0d9e8f;
  --primary-light:     #12bfae;
  --primary-pale:      #e3f8f6;
  --primary-ultra:     #f0fcfb;
  --primary-rgb:       10, 126, 114;
  --primary-shadow:    0 16px 48px rgba(var(--primary-rgb), 0.18);
  */

  /* ------------------------------------------------------------
     🔷 PRESET 3: Royal Blue
     Uncomment to use this theme:
     ------------------------------------------------------------ */
  /*
  --primary:           #1e40af;
  --primary-mid:       #2563eb;
  --primary-light:     #3b82f6;
  --primary-pale:      #eff6ff;
  --primary-ultra:     #f8fafc;
  --primary-rgb:       30, 64, 175;
  --primary-shadow:    0 16px 48px rgba(var(--primary-rgb), 0.15);
  */

  /* ------------------------------------------------------------
     🌲 PRESET 4: Forest Emerald
     Uncomment to use this theme:
     ------------------------------------------------------------ */
  /*
  --primary:           #065f46;
  --primary-mid:       #059669;
  --primary-light:     #10b981;
  --primary-pale:      #ecfdf5;
  --primary-ultra:     #f4fbf7;
  --primary-rgb:       6, 95, 70;
  --primary-shadow:    0 16px 48px rgba(var(--primary-rgb), 0.15);
  */

  /* ------------------------------------------------------------
     🏺 PRESET 5: Warm Gold
     Uncomment to use this theme:
     ------------------------------------------------------------ */
  /*
  --primary:           #b45309;
  --primary-mid:       #d97706;
  --primary-light:     #f59e0b;
  --primary-pale:      #fef3c7;
  --primary-ultra:     #fffbeb;
  --primary-rgb:       180, 83, 9;
  --primary-shadow:    0 16px 48px rgba(var(--primary-rgb), 0.15);
  */
}
