:root{
  --font-display:"Archivo","Helvetica Neue",Arial,sans-serif;   /* weight 900 = Archivo Black */
  --font-body:"Archivo","Helvetica Neue",Arial,sans-serif;
  --font-hand:"Caveat","Bradley Hand",cursive;                   /* substitute for the board's marker lettering */

  --weight-black:900;
  --weight-bold:700;
  --weight-semibold:600;
  --weight-regular:400;

  /* display / hook scale */
  --text-hero:clamp(56px,8.5vw,132px);
  --text-display-1:64px;
  --text-display-2:48px;
  --text-display-3:36px;
  --text-title:28px;
  --text-heading:22px;
  --text-subhead:18px;
  --text-body:16px;
  --text-small:14px;
  --text-caption:12px;
  --text-label:11px;

  --leading-tight:0.92;
  --leading-snug:1.05;
  --leading-normal:1.35;
  --leading-loose:1.6;

  --tracking-display:-0.03em;
  --tracking-tight:-0.01em;
  --tracking-normal:0;
  --tracking-label:0.14em;
}
