/* packages/ui-shell/theme.css
 *
 * Shared design tokens. Imported by every game in the hub.
 * Variables in :root are read directly by per-game CSS, so any
 * change here propagates everywhere.
 */

:root {
  /* base palette */
  --bg-1: #14100c;
  --bg-2: #1f1812;
  --bg-3: #2c2118;
  --wood-1: #e8c98e;
  --wood-2: #d4ad6a;
  --wood-3: #b88a4a;
  --line: #2a1c10;

  /* accent */
  --gold: #d4a943;
  --gold-bright: #f5d56a;
  --red: #c0392b;
  --red-bright: #e74c3c;
  --red-deep: #7a1818;
  --black: #1a1a1a;
  --black-soft: #2c2c2c;

  /* text */
  --text-1: #f0e6d2;
  --text-2: #c9b89a;
  --text-dim: #8a7a5e;

  /* surfaces */
  --panel: rgba(20, 15, 10, 0.62);
  --panel-border: rgba(212, 169, 67, 0.22);
  --accent: #d4a943;
}
