/* preset di stile — overlay additivo dei token del tema, applicato dopo tokens.css. */
:root {
  --accent: #393E64;
  --accent-dark: #5FCADA;
  --accent-ink: #33385C;
  --brand: #2E3350;
  --brand-dark: #22263D;
  --brand-mid: #454C74;
  --focus: #393E64;
  --ink: #1C2033;
  --ink-muted: #565E78;
  --line: #DDE1EC;
  --on-dark: #E9ECF6;
  --on-dark-muted: #AEB6D0;
  --sage: #5FCADA;
  --sage-light: #8AD8E4;
  --sage-tint: #DBF1F5;
  --surface: #EFF1F7;
}
