/* SVISJ design tokens. Loaded before app.css, blackforge.css and art.css.
   Media-query overrides (phone --radius, prefers-contrast) stay in app.css and reuse these names. */
:root{
  --paper:#fcfaf6;
  --card:#FFFFFF;
  --ink:#343831;
  --muted:#696b64;
  --faint:#6d7167;
  --line:#e9e4da;
  --amber:#ad6908;
  --amber-light:#fff0cf;
  --green:#396653;
  --red:#B4352D;
  --serif:'DM Serif Display',Georgia,"Times New Roman",serif;
  --shadow:0 6px 24px #7c654009,0 1px 3px #7c654003;
  --radius:22px;
  --max:1256px
}
.amount,.stat strong,.money{font-variant-numeric:tabular-nums}
