/* condensed — Archivo Narrow for figures and Archivo for headings. Chosen so a
   phone number can be set large without wrapping on a 375px screen, which is
   the binding constraint on any trade whose visitors are calling in a hurry. */
:root{
  --font-head:Archivo,'Helvetica Neue',Helvetica,Arial,sans-serif;
  --font-body:Inter,system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-num:'Archivo Narrow',Archivo,'Arial Narrow',Arial,sans-serif;
  --font-mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  --head-weight:700; --head-lead:1.02; --head-track:-.032em; --lead:1.6;
  --step-0:clamp(1.0625rem,1.02rem + .2vw,1.125rem);
  --step-6:clamp(2.4rem,1.5rem + 4vw,4.1rem);
}
/* TODO measure from Archivo Narrow before production. */
