/* =============================================================================
 * Awareness That Heals — Active Brand
 *
 * Single point of truth for which brand the theme ships. Components/styles
 * consume the semantic --color-* tokens; this file selects which brand
 * defines them.
 *
 * Both token sets ship. ATH is the default — its rules are scoped to
 * :root and define the raw --ath-* palette + the semantic --color-*
 * tokens. HH is an overlay scoped to :root[data-brand="hh"] that
 * redefines --color-* (and the typography vars) when the brand
 * attribute on <html> matches. Switch active brands by changing the
 * data-brand filter in functions.php — no other code changes needed.
 *
 * SOURCE: ~/Clients/Awareness That Heals/design/brand/brand-active.css
 * =========================================================================== */

@import url('./brand-tokens-ath.css');
@import url('./brand-tokens-hh.css');
