/* Sunny design tokens — docs/superpowers/plans/2026-09-19-sunny-redesign.md, раздел F1.
   Объявления сами по себе сайт не меняют. */
:root {
  --sunny-primary: #4B168C;
  --sunny-primary-hover: #351064;
  --sunny-yellow: #FFD43B;
  --sunny-hero-bg: #FFF0B3;
  --sunny-orange: #F58220;
  --sunny-danger: #D92D20;
  --sunny-bg: #F7F5F2;
  --sunny-surface: #FFFFFF;
  --sunny-text: #28232E;
  --sunny-muted: #6C6573;
  --sunny-border: #E7E2EB;
  --sunny-container: 1408px;
  --sunny-radius-card: 8px;
  --sunny-radius-hero: 12px;
  --sunny-space-1: 8px;
  --sunny-space-2: 16px;
  --sunny-space-3: 24px;
  --sunny-space-4: 32px;
}
