/* Backgammon Clash — "Walnut & Brass" palette for the shared page chrome
 * (assets/base/page.css).
 *
 * Values are lifted from the app's own theme pack
 * (games/backgammon-clash/mobile/src/game/backgammon/walnutTheme.ts) so the
 * website and the app read as one product: parchment grounds, walnut depth,
 * oxblood primary, brass accents. Keep them in step when the pack moves —
 * a legal page in the wrong game's blue is the web version of the shell
 * stylesheet frozen to the boot theme (#633).
 */
:root {
  --wc-ink: #3A2416;          /* textPrimary — walnut */
  --wc-muted: #8A6A4E;        /* textMuted */
  --wc-accent: #8C2F1E;       /* oxblood primary */
  --wc-page-bg: linear-gradient(160deg, #F7EAD2 0%, #EEDCBB 45%, #E3CBA4 100%);
  --wc-card-bg: #FFFDF7;      /* cardBg — warm white */
  --wc-card-border: #E5CFAB;  /* cardBorder */
  --wc-rule: #EEDCBB;
  --wc-badge-bg: #3A2416;
}
