/* preset di stile — overlay additivo dei token del tema, applicato dopo tokens.css. */
:root {
  --accent: #dfb15c;
  --accent-dark: #a87f33;
  --accent-ink: #443015;
  --avorio-hi: #ffffff;
  --avorio-lo: #f3f1ec;
  --banda-grad-top: #262626;
  --brand: #121212;
  --brand-dark: #000000;
  --brand-mid: #3a3a3a;
  --bruno-rgb: 0 0 0;
  --focus: #443015;
  --fregio-crema: #141414;
  --hero-eyebrow: #e8e8e8;
  --hero-grad-top: #2a2a2a;
  --hero-lead-ink: #f0f0f0;
  --ink: #141414;
  --ink-muted: #3a3630;
  --line: #d8cbb2;
  --on-dark: #ffffff;
  --on-dark-muted: #cfcfcf;
  --oro-rgb: 223 177 92;
  --oro-su-scuro: #dfb15c;
  --oro-su-scuro-rgb: 223 177 92;
  --paper: #ffffff;
  --reveal-dur: .9s;
  --reveal-shift: 28px;
  --reveal-stagger: 90ms;
  --sage: #cf9e45;
  --sage-light: #dfb15c;
  --sage-tint: #faf9f6;
  --surface: #dfb15c;
  --tan-hover: #dcac57;
  --trama: url("../assets/img/design/trama-botanica.svg");
  --trama-attach: fixed;
  --velo-core-rgb: 8 8 8;
  --velo-deep-rgb: 5 5 5;
  --velo-rgb: 12 12 12;
}
