:root{
  --font-display:"Cormorant Garamond", Georgia, serif;
  --font-body:Manrope, "Segoe UI", sans-serif;
  --font-script:"Euphoria Script", cursive;

  --weight-extralight:200;
  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-bold:700;

  /* Display / section title — Cormorant Garamond */
  --size-display-xl:120px;
  --size-display-l:72px;
  --size-display-m:56px;
  --size-display-s:38px;
  --size-title:34px;
  --size-title-s:24px;

  /* Body & UI — Manrope */
  --size-lead:21px;
  --size-body-l:20px;
  --size-body:16px;
  --size-body-s:15px;
  --size-caption:14px;
  --size-caption-s:13px;
  --size-eyebrow:11px;
  --size-eyebrow-s:10px;

  --line-display:1.05; /* @kind other */
  --line-title:1.1; /* @kind other */
  --line-body:1.6; /* @kind other */
  --line-body-tight:1.5; /* @kind other */
  --line-list:1.7; /* @kind other */

  --track-eyebrow:0.16em;
  --track-label:0.14em;
  --track-cta:0.08em;
  --track-footer:0.1em;

  /* Semantic roles */
  --text-display-font:var(--font-display);
  --text-body-font:var(--font-body);
  --text-accent-font:var(--font-script);
}
