:root{
  /* families */
  --font-display:"Poppins",system-ui,sans-serif;      /* the "ortfolio" wordmark voice */
  --font-script:"Pinyon Script",cursive;              /* ornamental initial / signature only */
  --font-serif:"Cormorant Garamond",Georgia,serif;    /* reading text, journal pages */
  --font-mono:"Courier Prime","Courier New",monospace;/* labels, tabs, metadata — typewriter voice */
  --font-hand:"Caveat",cursive;                       /* margin notes, annotations */
  --font-body:var(--font-serif);

  /* scale — 1.25 major third off a 16px base */
  --text-2xs:11px;
  --text-xs:12px;
  --text-sm:14px;
  --text-base:16px;
  --text-md:19px;
  --text-lg:24px;
  --text-xl:31px;
  --text-2xl:44px;
  --text-3xl:62px;
  --text-4xl:88px;

  /* line heights */
  --leading-tight:1.05; /* @kind other */
  --leading-snug:1.22; /* @kind other */
  --leading-normal:1.5; /* @kind other */
  --leading-loose:1.75; /* @kind other */

  /* tracking — the typewriter labels are always widely letterspaced */
  --tracking-label:.18em; /* @kind other */
  --tracking-wide:.08em; /* @kind other */
  --tracking-normal:0; /* @kind other */
  --tracking-tight:-.02em; /* @kind other */

  --weight-light:300; /* @kind other */
  --weight-regular:400; /* @kind other */
  --weight-medium:500; /* @kind other */
  --weight-semibold:600; /* @kind other */
}
