:root{
  /* Families (substitutes documented in tokens/fonts.css) */
  --font-display:"Bebas Neue","Oswald",Impact,sans-serif;              /* hwt-artz */
  --font-display-alt:"Oswald","Bebas Neue",Impact,sans-serif;          /* Delivery Note DEMO */
  --font-display-mega:"Playfair Display",Georgia,serif;                /* Sandman_Fill */
  --font-body:"DM Sans",system-ui,-apple-system,sans-serif;            /* Axiforma */
  --font-label:"Jost","DM Sans",system-ui,sans-serif;                  /* ITC Avant Garde Std Bk */
  --font-script:"Caveat",cursive;                                      /* script accent */

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

  /* Scale */
  --text-caption:12px;   --leading-caption:1.6;   --tracking-caption:1.67px;
  --text-body-sm:14px;   --leading-body-sm:1.67;  --tracking-body-sm:.99px;
  --text-body:16px;      --leading-body:1.5;      --tracking-body:.5px;
  --text-subheading:24px;--leading-subheading:1;  --tracking-subheading:6.4px;
  --text-heading-sm:32px;--leading-heading-sm:.9; --tracking-heading-sm:1.38px;
  --text-heading:46px;   --leading-heading:1.18;  --tracking-heading:1.98px;
  --text-heading-lg:56px;--leading-heading-lg:1.14;--tracking-heading-lg:1.74px;
  --text-display:88px;   --leading-display:.82;   --tracking-display:normal;

  /* Tracking ladder — the system's signature device. Never below .03em on display,
     never above .27em on labels. */
  --tracking-display-em:.031em;
  --tracking-display-tight-em:.043em;
  --tracking-label:.133em;
  --tracking-label-wide:.2em;
  --tracking-label-widest:.267em;
  --tracking-button:.1em;
}
