/*
 * The Import Economy — sub-brand.
 *
 * Activated by `body.brand--the-import-economy`. Currently inherits the
 * parent Story Seed Studios palette unchanged — the sub-brand is
 * differentiated by content, nav, and header, not visual identity. This file
 * exists so that when the brand wants its own visual treatment, there is a
 * single place to add it without touching the parent tokens.
 *
 * When a distinct palette is introduced, follow the pattern established by
 * `the-dais.css` / `the-map.css`:
 *   1. Declare brand-specific tokens (e.g. --ime-*).
 *   2. Rebind the semantic aliases (--sss-bg, --sss-text, --sss-link, etc.)
 *      inside `body.brand--the-import-economy { ... }`.
 *   3. Override --sss-focus if the accent changes.
 *   4. Optionally reassign --sss-font-display or --sss-font-body.
 */

body.brand--the-import-economy {
  /* Intentionally minimal. Parent brand (sss.css) remains in effect. */
  /* Example stub for future use:
  --sss-accent:     var(--sss-gold);
  --sss-link:       var(--sss-gold);
  */
}
