/* Violet Innovation - Creative, modern, tech-forward */
/* Best for: AI products, innovation, startups, creative tools */

:root {
  /* Primary - Vibrant violet */
  --color-primary: #8B5CF6;
  --color-primary-hover: #7C3AED;
  --color-primary-light: #A78BFA;

  /* Secondary - Electric pink */
  --color-secondary: #EC4899;
  --color-secondary-hover: #DB2777;

  /* Accent - Cyan for tech balance */
  --color-accent: #22D3EE;
  --color-accent-hover: #06B6D4;

  /* Backgrounds */
  --color-bg: #FAFAFA;
  --color-bg-alt: #F5F3FF;
  --color-bg-dark: #1E1B4B;

  /* Text */
  --color-text: #1E1B4B;
  --color-text-muted: #6B7280;
  --color-text-light: #9CA3AF;
  --color-text-inverse: #FAFAFA;

  /* Borders */
  --color-border: #E9D5FF;
  --color-border-dark: #D8B4FE;

  /* Semantic */
  --color-success: #10B981;
  --color-warning: #F59E0B;
  --color-error: #EF4444;
  --color-info: #3B82F6;

  /* Typography */
  --font-heading: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-weight-heading: 600;

  /* Spacing scale */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;

  /* Border radius - modern, varied */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;

  /* Shadows - with subtle color */
  --shadow-sm: 0 1px 2px 0 rgb(139 92 246 / 0.05);
  --shadow-md: 0 4px 12px -2px rgb(139 92 246 / 0.1);
  --shadow-lg: 0 12px 32px -4px rgb(139 92 246 / 0.15);
  --shadow-glow: 0 0 24px rgb(139 92 246 / 0.25);
}
