:root {
  --game-forest-950: #1f3b31;
  --game-forest-900: #284b3e;
  --game-forest-800: #355f4d;
  --game-forest-700: #426b55;
  --game-forest-600: #557848;
  --game-cream-50: #fffaf0;
  --game-cream-100: #fff1c9;
  --game-cream-200: #f7df9f;
  --game-cream-300: #e8c77c;
  --game-wood-400: #be8248;
  --game-wood-600: #8b5735;
  --game-wood-800: #4d3428;
  --game-wood-900: #38271f;
  --game-gold-300: #ffe070;
  --game-gold-500: #d6a83e;
  --game-water-400: #75b6c8;
  --game-sage-100: #dce8c2;
  --game-sage-300: #a9c58c;
  --game-text-primary: #352d25;
  --game-text-secondary: #6e5948;
  --game-border-dark: #4d3428;
  --game-hard-shadow: #38271f;
  --game-danger: #a8463d;
  --game-focus: #ffe070;
  --game-text: var(--game-text-primary);
  --game-muted: var(--game-text-secondary);
  --game-focus-ring: 0 0 0 4px rgba(255, 224, 112, .72);
  --game-radius-small: 2px;
  --game-radius-medium: 6px;
  --game-border-width: 3px;
  --game-shadow-offset: 4px;
  --game-space-1: 4px;
  --game-space-2: 8px;
  --game-space-3: 12px;
  --game-space-4: 16px;
  --game-font-ui: ui-rounded, "Arial Rounded MT Bold", "PingFang SC", "Microsoft YaHei", sans-serif;
  --game-font-reading: Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --z-page: 1;
  --z-sticky: 20;
  --z-popover: 60;
  --z-tooltip: 100;
  --z-dialog-backdrop: 200;
  --z-dialog: 210;
  --z-dialog-tooltip: 220;
  --z-critical: 300;
}
