/* ============================================================
 * eos-hub-fonts.css — Site-wide typography matched to the
 * Ephesus Account Hub (v2.7.0). Body = Figtree, Headings = Jost.
 * The theme drives type through --font-body / --font-heading, so
 * redefining them here (loaded last) restyles the whole site.
 * ============================================================ */
:root{
  --font-body: 'Figtree','Barlow',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  /* v2.9.3 — Figtree is now the single site family. Headings differ by
     weight/tracking, not family (Jost retired from the token). */
  --font-heading: 'Figtree','Barlow',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
}
body{ font-family: var(--font-body); }
