:root {
  /* Cute & Cozy Palette */
  --bg-dark: #27352b;        /* Cozy sage dark green */
  --bg-panel: #1f2b23;       /* Deeper sage for card backing & interface */
  --bg-glass: rgba(31, 43, 35, 0.8);
  --accent-yellow: #fadc60;  /* Pastel bright yellow for highlights/buttons */
  --accent-yellow-hover: #edd150;
  --accent-pink: #ffaab7;    /* Sweet blush pink for hearts & indicators */
  --accent-pink-hover: #f798a6;
  --card-bg: #fefcf0;        /* Warm cream background for readable text cards */
  --border-color: #3b4e3f;   /* Sage border color */
  
  /* Text colors */
  --text-dark: #3e382d;      /* Deep soft charcoal-brown for high readability on cream */
  --text-light: #f6efe2;     /* Bubbly cream-white for dark mode text */
  --text-muted: #8ea193;     /* Muted sage-green for subtitles */

  /* Borders & Shadows */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-round: 9999px;
  
  --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.2);
  --shadow-inset: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  --shadow-button: 0 6px 0 #c2a83e;
  --shadow-button-pink: 0 6px 0 #cc828e;

  /* Typography */
  --font-family: 'Fredoka', 'Quicksand', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* Game dimensions */
  --game-width: 412px;
  --game-height: 840px;
}
