/* preset di stile — overlay additivo dei token del tema, applicato dopo tokens.css. */
:root {
  --accent: #00B0C0;
  --accent-dark: #00808C;
  --accent-ink: #00707A;
  --accent-lt: #9FE0E8;
  --accent-tint: #E9F7F9;
  --brand: #105078;
  --brand-dark: #0C3C5A;
  --brand-mid: #2A6B94;
  --focus: #105078;
  --ink: #0E1E2A;
  --ink-muted: #48606F;
  --line: #D5E3EC;
  --on-dark: #FFFFFF;
  --on-dark-muted: #C6DCE8;
  --paper: #FFFFFF;
  --surface: #F1F6FA;
}
