:root {
  --purple-primary: #9147ff;
  --purple-deep: #772ce8;
  --purple-light: #c4b5fd;
  --orange-accent: #f28c38;
  --orange-bright: #ff8c42;
  --bg-white: #ffffff;
  --bg-soft: #faf8ff;
  --text-dark: #1a1a1b;
  --text-muted: #53535f;
  --line-art: #c4b5fd;
  --border-purple: rgba(145, 71, 255, 0.25);
  --shadow-soft: 0 8px 32px rgba(145, 71, 255, 0.12);
  --shadow-card: 0 4px 24px rgba(26, 26, 27, 0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --font-main: "Montserrat", system-ui, -apple-system, sans-serif;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --max-width: 1120px;
  --header-height: 72px;
}
