/* ═══════════════════════════════════════════════════════════════
   Kinner Properties — brand color, ONE place to change it.

   Edit --brand-accent (and its three derived shades) and every
   page, button, link, chip, popup and app follows on next deploy.
   Backgrounds stay pure #FFFFFF; ink/gray chrome is neutral and
   independent of the accent. Rating stars stay gold on purpose.

   Current: mint #4CD49D (Adam, Sep 17 2026) — static, rainbow retired.
   Text ON accent fills uses --brand-on-accent (dark for this mint).
   Previous: cobalt #3B6CF6 / #2554E0 / #E8F0FE / #8FB4F9 / #BDD4FB (on-accent #FFFFFF)
   Previous: evergreen #1F4230 / #2A573F / #E7EFE7 / #9DBBA5 / #BDD4FB
   ═══════════════════════════════════════════════════════════════ */
:root {
  --brand-accent: #4CD49D;          /* buttons, links, active chips */
  --brand-accent-dark: #35B383;     /* hover state */
  --brand-tint: #E7F8F0;            /* soft fills, badges, image placeholders */
  --brand-on-dark: #6FE2B0;         /* accent text ON dark/ink bands */
  --brand-on-dark-light: #A8EFD0;   /* brighter on-dark accents (italic serifs) */
  --brand-on-accent: #0A241A;       /* text/icons ON accent fills (dark for lime; was white for cobalt/navy) */
}

