/* tokens-generated.css — AUTO-GENERATED by tools/design-tokens/build-tokens.mjs. DO NOT EDIT. */
/* Source: design/tokens/rookaby.tokens.json (the committed colour source of truth).            */
/* This is the generated MIRROR of the app's colour tokens; theme.css consumes it.       */

:root {
  --accent-color: #2f6f87;
  --accent-ink: #2f6f87;
  --blush: #f0eee6;
  --ink: #141413;
  --paper: #faf9f5;
  --board-light: #efe1c6;
  --board-dark: #b0855a;
  --piece-light: #faf7f0;
  --piece-dark: #1e2a2e;
  --rose: #e0937a;
  --sky: #5bb0e3;
  --sun: #f5c242;
  --meadow: #7fc46f;
  --lilac: #ae93e3;
  --tangerine: #f39a52;
}

[data-theme="dark"] {
  --accent-color: #7cb8ce;
  --accent-ink: #7cb8ce;
  --blush: #262422;
  --ink: #efeeec;
  --paper: #1a1614;
  --board-light: #c9b99c;
  --board-dark: #8e6a47;
  --piece-light: #faf7f0;
  --piece-dark: #1e2a2e;
  --rose: #e0937a;
  --sky: #4a93c0;
  --sun: #d3a636;
  --meadow: #66a459;
  --lilac: #8e77be;
  --tangerine: #cf8043;
}
