/* preset di stile — overlay additivo dei token del tema, applicato dopo tokens.css. */
:root {
  --accent: #ffb600;
  --accent-dark: #df9a00;
  --accent-ink: #7a5400;
  --accent-on-dark: #ffb600;
  --brand: #241d4c;
  --brand-dark: #17123a;
  --brand-mid: #3a3170;
  --container: 75rem;
  --focus: #7a5400;
  --foto-entrata: 1.05;
  --ink: #1d1840;
  --ink-muted: #565073;
  --lh-body: 1.68;
  --lh-heading: 1.04;
  --line: #d8d5e4;
  --misura-colonna: none;
  --misura-hero-lead: none;
  --misura-lead: none;
  --misura-nota: none;
  --misura-prosa: none;
  --misura-quesito: none;
  --misura-testa: none;
  --misura-titolo: none;
  --on-accent: #1d1840;
  --on-dark: #ffffff;
  --on-dark-muted: #c4bfda;
  --paper: #ffffff;
  --sage: #e3e1ec;
  --sage-light: #f1f0f6;
  --sage-tint: #f8f8fc;
  --section-y: clamp(3.5rem, 7vw, 6.5rem);
  --surface: #f1f0f6;
  --t-lead: var(--text-base);
  --t-scheda-chisiamo: var(--text-base);
  --t-testa-h1: var(--t-2xl);
  --testata-y: calc(var(--section-y) * .78);
  --text-3xl: clamp(1.8rem, .8rem + 3.2vw, 3.6rem);
  --tracking-label: 0.14em;
}
