:root{
  --font-display:"Cormorant Garamond","EB Garamond",Georgia,"Times New Roman",serif;
  --font-body:"Literata",Georgia,"Times New Roman",serif;
  --font-deva:"Noto Serif Devanagari","Literata",serif;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;

  --text-display:clamp(38px,5vw,76px);
  --text-h1:clamp(34px,4vw,58px);
  --text-h2:clamp(27px,2.6vw,40px);
  --text-h3:26px;
  --text-h4:21px;
  --text-lead:21px;
  --text-body-size:18px;
  --text-small:15px;
  --text-micro:13px;

  --lh-display:1.06; /* @kind other */
  --lh-heading:1.18; /* @kind other */
  --lh-body:1.8; /* @kind other */
  --lh-tight:1.45; /* @kind other */

  --track-display:-.01em; /* @kind other */ /* -1% */
  --track-heading:-.005em; /* @kind other */
  --track-body:0; /* @kind other */
  --track-caps:.14em; /* @kind other */

  --weight-display:600; /* @kind other */
  --weight-body:400; /* @kind other */
  --weight-emph:600; /* @kind other */

  --measure:68ch; /* @kind other */ /* body column max */
  --measure-narrow:52ch; /* @kind other */ /* reading mode */
}
