/* Little Games pack. Generated from packs.json by tokens/generate.mjs. Do not edit by hand. */
/* Bright, playful, preschool. Stars, confetti, warmth. Ages 1 to 5. */
:root {
  --brand-50: #fff0f6;
  --brand-50-rgb: 255 240 246;
  --brand-100: #ffdeeb;
  --brand-100-rgb: 255 222 235;
  --brand-200: #ffb8d2;
  --brand-200-rgb: 255 184 210;
  --brand-300: #ff8fb8;
  --brand-300-rgb: 255 143 184;
  --brand-400: #ff6b9d;
  --brand-400-rgb: 255 107 157;
  --brand-500: #f74d89;
  --brand-500-rgb: 247 77 137;
  --brand-600: #e63a75;
  --brand-600-rgb: 230 58 117;
  --brand-700: #c22a5f;
  --brand-700-rgb: 194 42 95;
  --brand-800: #9e2450;
  --brand-800-rgb: 158 36 80;
  --brand-900: #831f44;
  --brand-900-rgb: 131 31 68;
  --brand-950: #4d0f24;
  --brand-950-rgb: 77 15 36;
  --accent: #7c3aed;
  --accent-rgb: 124 58 237;
  --color-bg: #fff6fb;
  --color-bg-rgb: 255 246 251;
  --color-surface: #ffffff;
  --color-surface-rgb: 255 255 255;
  --color-text: #3a1526;
  --color-text-rgb: 58 21 38;
  --color-muted: #8a6a79;
  --color-muted-rgb: 138 106 121;
  --font-sans: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
/* light theme: applied by the shell's theme toggle (data-theme="light"). */
:root[data-theme="light"] {
  --color-bg: #F4F6F9;
  --color-bg-rgb: 244 246 249;
  --color-surface: #FFFFFF;
  --color-surface-rgb: 255 255 255;
  --color-text: #141821;
  --color-text-rgb: 20 24 33;
  --color-muted: #5A6472;
  --color-muted-rgb: 90 100 114;
}
