/*
 * Template 5 — base styles + theme token overrides.
 *
 * Convention: every class carries its own values — no dependency on
 * body class / parent wrapper / site-level CSS vars. Site-wide rules
 * (page-wrapper reset, body padding…) belong in global/base.css so a
 * page can mix elements from multiple templates without conflict.
 *
 * Per-template tokens override under `body.tcdt-color-t5`. Body class is
 * set in inc/fn-setup-body-class.php from Customizer `iw_color_scheme`
 * (which defaults to follow `hf_template_variant`, but can be set
 * independently). Default token list lives in global/base.css.
 *
 * Primary brand: #3D195B (Tím EPL). T5 override accent → giá, CTA, link, banner
 * bám theo. --iw-price KHÔNG set: fallback về var(--iw-accent) (tím EPL).
 */

body.tcdt-color-t5 {
  --iw-accent:        #3D195B;
  --iw-accent-strong: #2c1142;
  --iw-accent-soft:   #f3eef8;

  --iw-cta-bg:       #3D195B;
  --iw-cta-bg-hover: #2c1142;

  /* KHÔNG set --iw-cta-grad-* và --iw-price: consumer fallback về var(--iw-accent) (tím EPL). */

  --iw-banner-grad-from: #5e2a85;
  --iw-banner-grad-to:   #2c1142;
}
