/* tokens-generated.css — AUTO-GENERATED by tools/design-tokens/build-tokens.mjs. DO NOT EDIT. */
/* Source: design/tokens/cardpile.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: #d98a2b;
  --accent-ink: #925600;
  --blush: #e9ebef;
  --grade-again: #b90005;
  --grade-easy: #006e27;
  --grade-hard: #8d5000;
  --ink: #1b1d23;
  --on-accent: #14161c;
  --paper: #f4f5f7;
  --strength: #006c57;
}

[data-theme="dark"] {
  --accent-color: #e0a845;
  --accent-ink: #e0a845;
  --blush: #22252e;
  --grade-again: #ff5144;
  --grade-easy: #30d158;
  --grade-hard: #ff9f0a;
  --ink: #e7e9ee;
  --on-accent: #14161c;
  --paper: #14161c;
  --strength: #5bc2a8;
}
