/*
 * themes/cm6.css — CM6 (Chiang Mai 6) — 2026 season default
 *
 * Brand guide: "sophisticated and energizing"
 *   Lanna Indigo — Northern Thailand, heritage, pride
 *   Tribal Pink  — Hmong textiles, vitality, community
 *
 * For 2026 the CEO has chosen Tribal Pink as the accent. Alternatives
 * shown in the brand guide (Warrior Red, Temple Gold, Sunset Orange)
 * ship as separate theme files: cm6-alt-warrior.css etc.
 * Swap by changing the `site_theme` field on home page in PW admin.
 */

:root {
  --color-primary:     #1A2538;   /* Lanna Indigo — dominant surfaces */
  --color-primary-ink: #ffffff;
  --color-accent:      #E83A63;   /* Tribal Pink — spotlights only */
  --color-accent-ink:  #ffffff;
}
