/* BellerCreatives — Light Theme (April 2026)
   Purple accent on warm cream/white background.
   Consistent with AllScience (blue/white) and BellerBooks (gold/cream). */

:root {
  --bg: #faf8f5;
  --bg-card: #ffffff;
  --border: #e5e2dd;
  --text: #1a1a2e;
  --text-muted: #6b6b80;
  --accent: #7c3aed;
  --accent-hover: #6d28d9;
  --accent-glow: rgba(124, 58, 237, 0.10);
  --success: #10b981;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
