:root {
  /* Brand Colors — Body Collective */
  --color-primary: #e32c88;
  --color-secondary: #1a1a1a;
  --color-cta: #e32c88;

  /* Background */
  --color-bg: #fde8f3;
  --color-bg-alt: #fbd0e8;

  /* Derived Colors */
  --color-primary-light: rgba(227, 44, 136, 0.1);
  --color-primary-dark: #c0226f;
  --color-cta-hover: rgba(227, 44, 136, 0.85);
  --color-accent-light: rgba(227, 44, 136, 0.1);
  --shadow-brand: rgba(227, 44, 136, 0.28);
  --hero-overlay: rgba(227, 44, 136, 0.35);
  --section-dark-bg: #1a0812;

  /* Typography */
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Shape */
  --radius: 0.75rem;
  --radius-sm: 0.375rem;
  --radius-lg: 1.5rem;
}
