/*
 * Palette overrides for the Comercios demo.
 * Source: landingsfinales/la-esquina-comercios-fiel (copied verbatim).
 *
 * See servicios/css/viewer-palette.css for the mechanism. The delivered
 * "original" palette stays in css/style.css; only the alternate is declared
 * here.
 *
 * Scope: the red accent tokens. The red pin/phone/clock SVGs are image assets
 * and stay untouched, as does the delivery green, which belongs to the demo's
 * own iconography rather than to the accent palette.
 */
html[data-demo-palette='azul-local'] {
  --red: #1d5fbf;
  --red-dark: #164b99;
}
