:root[data-theme='jade_light'] {
  --primary: #18be8a; /* emerald 600 */
  --primary-focus: #1594b4; /* emerald 700 */
  --primary-content: #e6fdf4;

  --secondary: #2563eb; /* blue 600 */
  --secondary-focus: #10a12b; /* blue 600 */
  --secondary-content: #dbeafe;

  --accent: #10b981; /* emerald 500 */
  --accent-focus: #05aa76; /* emerald 600 */
  --accent-content: #d1fae5;

  --ghost: transparent;
  --ghost-focus: rgba(16,185,129,0.15);
  --ghost-content: #065f46;

  --neutral: #334155; /* slate 700 */
  --neutral-focus: #1e293b; /* slate 800 */
  --neutral-content: #f1f5f9;

  --base-100: #ffffff;
  --base-200: #f1f5f4; /* soft slightly greenish */
  --base-300: #e2e8e4;
  --base-content: #0f172a;

  --info: #0ea5e9;
  --info-content: #002b3d;

  --success: #16a34a;
  --success-content: #012e11;

  --warning: #f59e0b;
  --warning-content: #3b2500;

  --error: #dc2626;
  --error-content: #470000;

  --shadow-color: #b5cfc3;

  /* RGB helpers */
  --base-100-rgb: 255,255,255;
  --base-content-rgb: 15,23,42;

  /* Gray / Slate aliases tuned for jade */
  --gray-100: #ffffff;
  --gray-200: #f1f5f4;
  --gray-300: #e2e8e4;
  --gray-400: #cbd5d1;
  --gray-500: #94a39d;
  --gray-600: #64736d;
  --gray-700: #475852;
  --gray-800: #2f3f3a;
  --gray-900: #1e2724;

  /* RGB helpers for brand colors */
  --primary-rgb: 5,150,105;
  --secondary-rgb: 37,99,235;

  /* Watermark */
  --watermark-color: var(--primary);
  --watermark-opacity: 0.07;
  --watermark-blend: multiply;
}
