:root{
  --font-display:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --font-sans:"Jost","Century Gothic",-apple-system,"Segoe UI",sans-serif;
  --font-wordmark:"Trirong","Cormorant Garamond",serif;
  --font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;

  --text-hero:clamp(44px,6.4vw,86px);
  --text-display:clamp(34px,4.4vw,60px);
  --text-title:34px;
  --text-heading-lg:26px;
  --text-heading-sm:20px;
  --text-lead:19px;
  --text-base:16px;
  --text-sm:14px;
  --text-xs:12.5px;
  --text-eyebrow:12px;

  --leading-tight:1.06;
  --leading-snug:1.24;
  --leading-normal:1.5;
  --leading-relaxed:1.72;

  --tracking-hero:.02em;
  --tracking-display:.06em;   /* all-caps serif of the service cards */
  --tracking-eyebrow:.26em;
  --tracking-body:0;

  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;

  --text-heading-font:var(--font-display);
  --text-body-font:var(--font-sans);
}
