:root {
  /* Colors - Background */
  --bg-primary: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-card-alt: #F5F7FA;
  --bg-footer: #1E293B;
  --bg-input: #F5F7FA;
  --border-default: #E2E8F0;
  --border-subtle: #334155;

  /* Colors - Text */
  --text-heading: #1E293B;
  --text-body: #64748B;
  --text-muted: #94A3B8;
  --text-quote: #94A3B8;

  /* Colors - Accent */
  --indigo: #6366F1;
  --indigo-dark: #4F46E5;
  --indigo-bg: #6366F110;
  --indigo-glow: #6366F133;
  --indigo-glow-strong: #6366F140;
  --indigo-glow-50: #6366F150;
  --green: #32D583;
  --green-dark: #059669;
  --green-bg: #05966910;
  --green-glow: #32D58333;
  --red: #E85A4F;
  --red-dark: #DC2626;
  --red-bg: #DC262610;
  --red-glow: #E85A4F33;
  --orange: #D97706;
  --orange-bg: #D9770610;
  --orange-glow: #FFB54733;

  /* Typography */
  --font-heading: 'Fraunces', serif;
  --font-body: 'DM Sans', sans-serif;

  /* Font Sizes */
  --text-xs: 11px;
  --text-sm: 12px;
  --text-base: 13px;
  --text-md: 14px;
  --text-lg: 15px;
  --text-xl: 16px;
  --text-2xl: 18px;
  --text-3xl: 20px;
  --text-4xl: 22px;
  --text-5xl: 32px;
  --text-6xl: 36px;
  --text-7xl: 40px;
  --text-8xl: 44px;
  --text-9xl: 48px;
  --text-10xl: 52px;
  --text-hero: 64px;

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-9: 36px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 100px;
  --space-30: 120px;

  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 100px;

  /* Shadows */
  --shadow-btn: 0 8px 24px -4px;
  --shadow-card: 0 16px 48px -8px;

  /* Container */
  --container-max: 1200px;
  --container-padding: 120px;
}
