/* Presell-only tokens — loaded by presell.html in addition to tokens.css.
   These keys are not in the shared tokens.css; defined here so they stay
   scoped to the advertorial and never affect landing/checkout/upsell. */
:root {
  --ui-red: #943737;       /* urgency accent (TLDR, countdown, offer red) */
  --surface-cream: #fff7e9;/* summary / quote / closing offer band */
  --surface-tint: #f2f2f2; /* TLDR + risk/shipping pill background */
  --ui-green: #306336;   /* product price "Save $X" badge */
}
