/* Coach b Run Club — website tokens. Single declaration of every custom property.
   Values inherited from SPEC Navigation / Section 1 / Section 2 / Section 3 (all locked).
   NEW THIS ROUND: --fs-lede / --fs-lede-d (see SPEC Section 4 §6). Ratified site-wide 2026-09-03;
   sections 1-3 do not yet use it. */
:root{
/* grounds */
--ground:#F9F7F4;--card:#FFFFFF;--tint:#F4F4F0;
/* ink */
--ink:#1A1A1A;--ink2:#6B6B6B;--ink3:#9E9E9E;
/* accents */
--purple:#654199;--pink:#CF5496;--teal:#65C4C6;--teal-tint:#E6F4F3;
/* web-only derivation: brand purple at 15% over white */
--purple-tint:#E8E2F0;
/* borders */
--line:#E8E8E4;--line2:#D8D8D3;
/* sampled photographic value, not a brand token: section 1's sky. Photograph fallback ground. */
--sky:#E7E9EC;
/* type */
--sans:-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif;
--cond:'Barlow Semi Condensed',Impact,sans-serif;
/* body scale */
--fs-body:17px;--fs-body-d:18px;
/* lede scale — one step above body. Ratified site-wide 2026-09-03. */
--fs-lede:19px;--fs-lede-d:20px;
/* radii */
--r-8:8px;--r-12:12px;--r-16:16px;--r-20:20px;--r-pill:999px;
/* page margin */
--margin:24px;--margin-d:64px;
/* opaque fixed navigation bar, desktop */
--nav:64px;
}
