:root {
  --primary: #6E4FB8;
  --primary-deep: #4A2F8A;
  --primary-soft: #8E72CD;
  --accent: #E91E63;
  --accent-deep: #AD1457;
  --live: #C2185B;
  --background: #F6F2FA;
  --surface: #FFFFFF;
  --surface-2: #EFE7F5;
  --surface-3: #E5D8EE;
  --ink: #1A1424;
  --ink-2: #2E2438;
  --muted: #6E5F7F;
  --muted-2: #8C7FA0;
  --border: #D5C7E2;
  --border-strong: #B49ACA;
  --shadow-1: 0 1px 0 rgba(26, 20, 36, 0.04);
  --shadow-2: 0 4px 14px rgba(26, 20, 36, 0.06);
  --shadow-3: 0 12px 32px rgba(26, 20, 36, 0.10);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 56px;
  --space-10: 72px;
  --ticker-h: 36px;
  --maxw: 1240px;
  --header-h: 72px;
  --cta-h: 56px;
}
