:root{
  --font-display:"DM Serif Display",Georgia,serif;      /* headlines, section titles, card titles */
  --font-display-alt:"Cormorant Garamond",Georgia,serif;/* lighter alternate at very large sizes */
  --font-sans:"Poppins",system-ui,sans-serif;           /* body, UI, labels, buttons */

  --fs-hero:60px;--lh-hero:1.14; /* @kind font */
  --fs-h1:44px;--lh-h1:1.16; /* @kind font */
  --fs-h2:32px;--lh-h2:1.2; /* @kind font */
  --fs-h3:24px;--lh-h3:1.28; /* @kind font */
  --fs-h4:19px;--lh-h4:1.35; /* @kind font */
  --fs-lead:18px;--lh-lead:1.6; /* @kind font */
  --fs-body:17px;--lh-body:1.6; /* @kind font */
  --fs-small:14px;--lh-small:1.6; /* @kind font */
  --fs-caption:12px;--lh-caption:1.5; /* @kind font */

  --fw-light:300; /* @kind font */
  --fw-regular:400; /* @kind font */
  --fw-medium:500; /* @kind font */
  --fw-semibold:600; /* @kind font */
  --fw-bold:700; /* @kind font */
  --tracking-tight:-0.015em; /* @kind font */
  --tracking-normal:0; /* @kind font */
  --tracking-wide:0.04em; /* @kind font */
  --tracking-wider:0.12em; /* @kind font */
}
