/* preset di stile — overlay additivo dei token del tema, applicato dopo tokens.css. */
:root {
  --accent: #e40613;
  --accent-dark: #9c040e;
  --accent-ink: #b00510;
  --accent-on-dark: #ff8a80;
  --brand: #222220;
  --brand-dark: #141413;
  --brand-mid: #33322f;
  --focus: #b00510;
  --ink: #222220;
  --ink-muted: #55534f;
  --line: #dcdcda;
  --misura-colonna: none;
  --misura-hero-lead: none;
  --misura-lead: none;
  --misura-nota: none;
  --misura-prosa: none;
  --misura-quesito: none;
  --misura-testa: none;
  --on-accent: #ffffff;
  --on-dark: #ffffff;
  --on-dark-muted: #c3c2be;
  --paper: #ffffff;
  --sage: #e6e6e4;
  --sage-light: #f7f7f7;
  --sage-tint: #fafafa;
  --surface: #f7f7f7;
}
