/* tokens-generated.css — AUTO-GENERATED by tools/design-tokens/build-tokens.mjs. DO NOT EDIT. */
/* Source: design/tokens/withory.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: #9c532a;
  --blush: #f0eee6;
  --ink: #141413;
  --owed: #975b1a;
  --paper: #f6f3ee;
  --private-channel: #3d6470;
  --squared: #4e7d5b;
}

[data-theme="dark"] {
  --accent-color: #d98e63;
  --blush: #262422;
  --ink: #efeeec;
  --owed: #d49456;
  --paper: #1a181c;
  --private-channel: #5a8794;
  --squared: #6fa37e;
}
