:root[data-theme='jade_dark'] {
  --primary: #10b981; /* emerald 500 */
  --primary-focus: #34d399; /* emerald 400 */
  --primary-content: #e6fdf4;

  --secondary: #74ecae; /* blue 500 */
  --secondary-focus: #25eb49; /* blue 600 */
  --secondary-content: #dbeafe;

  --accent: #14b8a6; /* teal 500 */
  --accent-focus: #0d9488; /* teal 600 */
  --accent-content: #ccfbf1;

  --ghost: transparent;
  --ghost-focus: rgba(20,184,166,0.15);
  --ghost-content: #d1faf5;

  --neutral: #94a3b8;
  --neutral-focus: #64748b;
  --neutral-content: #0f172a;

  --base-100: #0d1512; /* deep jade tinted black */
  --base-200: #14201c;
  --base-300: #1d2b26;
  --base-content: #ecfdf5;

  --info: #38bdf8;
  --info-content: #02222f;

  --success: #22c55e;
  --success-content: #012b12;

  --warning: #fbbf24;
  --warning-content: #2d2200;

  --error: #f87171;
  --error-content: #2d0101;

  --shadow-color: #000000;

  /* RGB helpers */
  --base-100-rgb: 13,21,18;
  --base-content-rgb: 236,253,245;

  /* Gray / Jade scale */
  --gray-100: #14201c;
  --gray-200: #1a2723;
  --gray-300: #1d2b26;
  --gray-400: #274039;
  --gray-500: #31534b;
  --gray-600: #3c665d;
  --gray-700: #4c7d72;
  --gray-800: #67a191;
  --gray-900: #b4d8ce;

  --primary-rgb: 16,185,129;
  --secondary-rgb: 59,130,246;

  --watermark-color: var(--primary);
  --watermark-opacity: 0.16;
  --watermark-blend: screen;
}
