:root{
/* ── Families ─────────────────────────────────────────────────
   Two families, one job each.
   Haboro Serif  = every heading, every big number, every pull-quote.
   Effra         = every paragraph, every label, every UI control.
   There is no third family and no monospace in the brand; when
   figures need to align, use tabular-nums on Effra.              */
--font-display:"Haboro Serif",Palatino,"Palatino Linotype","Book Antiqua",Georgia,serif;
--font-display-cond:"Haboro Serif Cond","Haboro Serif",Georgia,serif;
--font-sans:"Effra","Helvetica Neue",Helvetica,system-ui,sans-serif;
--font-body:var(--font-sans);
--font-numeric:var(--font-sans);

/* ── Weights ──────────────────────────────────────────────────
   Display: 400 Book (running text serif), 700 Demi (headings),
            900 ExBold (covers, big numbers).
   Sans:    300 Light (large lead paragraphs), 500 Medium (body,
            the workhorse), 700 Bold (lead-ins, labels, buttons). */
--weight-display-book:400;
--weight-display-regular:500;
--weight-display-medium:600;
--weight-display-bold:700;
--weight-display-heavy:900;
--weight-light:300;
--weight-regular:500;
--weight-medium:500;
--weight-bold:700;
--weight-heavy:900;

/* ── Type scale ───────────────────────────────────────────────
   Derived from the branded proposal at 100% (US Letter, 15px body). */
--text-2xs:10px;
--text-xs:11px;
--text-sm:13px;
--text-base:15px;   /* body copy — the reference size */
--text-md:17px;
--text-lg:19px;
--text-xl:22px;
--text-2xl:26px;    /* proposal H1 */
--text-3xl:32px;
--text-4xl:40px;
--text-5xl:52px;
--text-6xl:68px;
--text-7xl:88px;

--leading-tight:1.08;
--leading-snug:1.2;
--leading-heading:1.24;
--leading-normal:1.45;
--leading-body:1.55;   /* proposal paragraph leading */
--leading-loose:1.7;

/* ── Tracking ─────────────────────────────────────────────────
   The eyebrow is the brand's most recognisable typographic move:
   uppercase Effra Bold, very wide, small, slate or terracotta.    */
--tracking-tightest:-0.02em;
--tracking-tight:-0.01em;
--tracking-normal:0;
--tracking-wide:0.04em;
--tracking-eyebrow:0.16em;
--tracking-label:0.11em;
--tracking-logo:0.34em;   /* the "C O N S U L T I N G" spacing */

/* ── Named roles ──────────────────────────────────────────────*/
--type-eyebrow-size:var(--text-xs);
--type-eyebrow-weight:var(--weight-bold);
--type-eyebrow-tracking:var(--tracking-eyebrow);
--type-tablehead-size:var(--text-xs);
--type-footnote-size:var(--text-sm);
}
