:root {
  --font-display: 'Saira Condensed', sans-serif;   /* wordmark, headlines, buttons */
  --font-body: 'Barlow', sans-serif;               /* paragraphs, list copy */
  --font-ui: 'IBM Plex Mono', monospace;           /* labels, pills, metadata */
  --font-editorial: 'Instrument Serif', serif;     /* studio statements, standfirsts */

  --display-weight: 800;
  --display-tracking: .01em;
  --display-line: .9; /* @kind other */

  --size-hero: 74px;
  --size-title-xl: 96px;
  --size-title: 40px;
  --size-heading: 26px;
  --size-row: 32px;
  --size-standfirst: 26px;
  --size-body-lg: 19px;
  --size-body: 17px;
  --size-body-sm: 16px;
  --size-ui: 12px;
  --size-label: 10px;

  --label-tracking: .22em;
  --ui-tracking: .14em;
}
