:root {
  /* Colors */
  --color-bg: #6455D9;
  --color-text: #FFFFFF;
  --color-muted: rgba(255, 255, 255, 0.65);
  --color-accent: #000000;
  --color-border: rgba(255, 255, 255, 0.2);
  --color-surface: rgba(255, 255, 255, 0.06);

  /* Typography */
  --font-primary: 'DM Sans', sans-serif;
  --font-size-base: 16px;

  /* Type scale */
  --text-xs: 14px;
  --text-sm: 16px;
  --text-base: 18px;
  --text-lg: 22px;
  --text-xl: 32px;
  --text-2xl: 64px;

  /* Heading style */
  --heading-letter-spacing: -0.02em;
  --heading-line-height: 1.1;

  /* Spacing (4px grid) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --space-32: 128px;

  /* Transitions */
  --transition-base: 300ms ease;
  --transition-slow: 600ms ease;

  /* Layout */
  --max-width: 1440px;
}
