/* tokens-generated.css — AUTO-GENERATED by tools/design-tokens/build-tokens.mjs. DO NOT EDIT. */
/* Source: design/tokens/glazimo.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: #8c5038;
  --accent-ink: #8c5038;
  --blush: #f0eee6;
  --ink: #141413;
  --paper: #faf9f5;
}

[data-theme="dark"] {
  --accent-color: #dca991;
  --accent-ink: #dca991;
  --blush: #262422;
  --ink: #efeeec;
  --paper: #1a1614;
}
