:root{
  --font-display:"Cormorant Garamond",'Times New Roman',serif;
  --font-sans:"Jost",'Helvetica Neue',sans-serif;
  --font-script:"Caveat",'Segoe Script',cursive;

  /* Display — Cormorant Garamond. The ITALIC leads: headlines are set italic,
     with the roman used for the supporting word. Light weights only. */
  --size-display-xl:clamp(52px,7.4vw,112px);
  --size-display-lg:clamp(38px,5vw,72px);
  --size-display-md:38px;
  --size-display-sm:26px;
  --lh-display:1.04; /* @kind other */
  --tracking-display:0.005em; /* @kind other */

  /* Handwritten accent — margin notes, signatures, one phrase per section. */
  --size-script-lg:34px;
  --size-script-md:24px;
  --lh-script:1.25; /* @kind other */

  /* Body — Jost 300, generous leading, 62ch measure. */
  --size-body-lg:18px;
  --size-body-md:15px;
  --size-body-sm:13px;
  --size-caption:11px;
  --lh-body:1.78; /* @kind other */
  --lh-tight:1.45; /* @kind other */

  /* Tracked uppercase labels — nav, buttons, eyebrows, captions. */
  --size-label-lg:13px;
  --size-label-md:11px;
  --size-label-sm:10px;
  --tracking-label:0.18em; /* @kind other */
  --tracking-label-wide:0.3em; /* @kind other */

  --weight-extralight:200; /* @kind other */
  --weight-light:300; /* @kind other */
  --weight-regular:400; /* @kind other */
  --weight-medium:500; /* @kind other */

  --text-h1-font:var(--font-display);
  --text-h1-size:var(--size-display-lg);
  --text-eyebrow-size:var(--size-label-md);
  --text-eyebrow-tracking:var(--tracking-label-wide); /* @kind other */
  --text-nav-size:var(--size-label-md);
  --text-nav-tracking:var(--tracking-label); /* @kind other */
  --text-button-size:var(--size-label-md);
  --text-button-tracking:var(--tracking-label); /* @kind other */
}
