:root{
  --font-display:"Playfair Display",Georgia,"Times New Roman",serif;
  --font-sans:"Roboto","Helvetica Neue",Arial,sans-serif;
  --font-body:var(--font-sans);

  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-bold:700;

  /* Sizes as rendered on the site at 1440px */
  --text-hero:44px;      /* h1, Playfair */
  --text-page-title:40px;
  --text-section:38px;   /* "Our Bookkeeping Solutions", Roboto Light */
  --text-subsection:30px;
  --text-card-title:19px;
  --text-eyebrow-size:14px;
  --text-lead:18px;
  --text-base:16px;
  --text-small:14px;
  --text-micro:12px;

  --leading-tight:1.15;
  --leading-heading:1.3;
  --leading-body:1.65;
  --leading-loose:1.8;

  --tracking-eyebrow:0.12em;
  --tracking-button:0.06em;
  --tracking-wordmark:0.06em;
  --tracking-normal:0;
}
