:root {
  /* Colors */
  --color-bg: #0A0A0C;
  --color-bg-elevated: #141417;
  --color-text: #FFFFFF;
  --color-text-muted: #ABABAB;
  --color-border: #3D3D3D;
  --color-accent: #6C5CE7;
  --color-accent-hover: #8B7EF0;

  /* Typography */
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Sarabun', sans-serif;
  --fs-h1: clamp(2.5rem, 5vw + 1rem, 5rem);
  --fs-h2: clamp(2rem, 3vw + 1rem, 3.25rem);
  --fs-h3: clamp(1.5rem, 2vw + 1rem, 2rem);
  --fs-body-lg: 1.25rem;
  --fs-body: 1rem;
  --fs-small: 0.875rem;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 7rem;

  /* Layout */
  --container-max: 1200px;
  --container-pad: 1.5rem;
  --radius: 8px;
  --transition: 200ms ease;
}
