/* HansaFi design tokens — source of truth for this pilot and for SST copy.
   Keep these custom-property names exactly. Do not rename. */
:root {
  --parchment: #f2ece0;
  --parchmentDark: #e8dfd0;
  --parchmentDeep: #d9ccb8;
  --ink: #1c1410;
  --inkLight: #2e241c;
  --inkFaded: #5a4a3a;
  --brick: #8b2e1a;
  --brickDim: #6b2315;
  --brickGlow: rgba(139, 46, 26, 0.12);
  --sea: #1e3d5c;
  --seaDim: #162d45;
  --seaLight: #2a5278;
  --amber: #b5752a;
  --amberLight: #c8893e;
  --amberGlow: rgba(181, 117, 42, 0.15);
  --sand: #c4a96a;
  --rope: #8a7355;
  --muted: #8a7a6a;
  --border: rgba(90, 74, 58, 0.2);
  --borderWarm: rgba(90, 74, 58, 0.35);
  --danger: #e07a6a;

  --font-display: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --font-body: Georgia, serif;
  --font-mono: "Courier New", Courier, monospace;
}
