:root {
  --primary-purple: #6D28D9;
  --dark-purple: #3B0764;
  --pink-accent: #EC4899;
  --bg-light: #F9FAFB;
  --text-dark: #1F2937;
  --white: #FFFFFF;
  --transition: all 0.3s ease;
  --spacing-md: 1.5rem;
}
