/* ============================================================
   Countie — brand token overrides only.
   Warm editorial countdown. Fraunces + Geist (kept from base).
   ============================================================ */
:root {
  --brand-bg-dark: #0E0C0A;     /* near-black warm ink — primary canvas */
  --brand-bg-light: #FBF8F3;    /* warm bone — light sections */
  --brand-accent: #E7842B;      /* burnt amber — CTAs, links, highlights */
  --brand-accent-2: #A87E22;    /* deep ochre — secondary / light-section accent */
  --brand-accent-ink: #0E0C0A;  /* dark ink reads AA on the amber accent */
}

/* In light sections base.css maps --brand-accent → --brand-accent-2.
   Darken just there so the eyebrow + card icons clear AA (4.5:1) on bone,
   without touching the secondary accent used on dark sections. */
.section--light {
  --brand-accent-2: #8A6310;   /* deeper ochre — 5.0:1 on #FBF8F3 */
}
