:root {
  /* Primary: Bright Blue (from left side of W) */
  --primary-color: #0076FF;
  --primary-color-rgb: 0, 118, 255;

  /* Secondary: Deep Indigo (mid-tone of W) */
  --secondary-color: #4B3CF2;
  --secondary-color-rgb: 75, 60, 242;

  /* Tertiary: Vibrant Purple (right side of W) */
  --tertiary-color: #8A2BE2;
  --tertiary-color-rgb: 138, 43, 226;
}