:root {
  /* Brand Colors */
  --teal:        #1ecad3;
  --teal-dark:   #17a8b0;
  --teal-light:  #e6fafb;
  --black:       #0d0d0d;
  --dark:        #1a1a1a;
  --dark-card:   #111111;
  --white:       #ffffff;
  --off-white:   #f8f8f8;
  --gray-100:    #f2f2f2;
  --gray-200:    #e0e0e0;
  --gray-400:    #999999;
  --gray-600:    #555555;
  --gray-800:    #333333;
  --text:        #1a1a1a;
  --text-light:  #666666;

  /* Typography */
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Inter', sans-serif;

  /* Spacing */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;

  /* Radius */
  --radius-sm: 4px;
  --radius:    8px;
  --radius-lg: 16px;
  --radius-full: 999px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
  --shadow:    0 4px 16px rgba(0,0,0,.12);
  --shadow-lg: 0 8px 32px rgba(0,0,0,.18);

  /* Container */
  --container: 1200px;
  --container-pad: clamp(16px, 5vw, 64px);
}
