/* tokens-generated.css — AUTO-GENERATED by tools/design-tokens/build-tokens.mjs. DO NOT EDIT. */
/* Source: design/tokens/folded.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: #b07a3c;
  --accent-ink: #b37c3f;
  --canvas: #211e1a;
  --crease: #3a352d;
  --ink: #141413;
  --lamplight: #d98a2e;
  --margin: #8a8275;
  --vellum: #f2ecde;
}

[data-theme="dark"] {
  --accent-color: #c99655;
  --accent-ink: #c99655;
  --canvas: #16130f;
  --crease: #2a2620;
  --ink: #efeeec;
  --lamplight: #f0ae4d;
  --margin: #8a8275;
  --vellum: #e7dfce;
}
