:root{
  /* Families. --font-display is Cormorant Garamond — founder-approved July 2026.
     The wordmark itself is always the logo asset, never set in type. */
  --font-display:"Cormorant Garamond","Playfair Display",Georgia,"Times New Roman",serif;
  --font-ui:"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-body:var(--font-ui);

  /* Weights — Montserrat Regular is the confirmed UI weight; keep weight range narrow. */
  --weight-light:300;
  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-display:400; /* display serif stays light; never bold the serif */

  /* Type scale (px). Display sizes are serif; text sizes are Montserrat. */
  --text-display-xl:72px;
  --text-display-lg:56px;
  --text-display-md:44px;
  --text-display-sm:34px;
  --text-title-lg:26px;
  --text-title-md:21px;
  --text-title-sm:18px;
  --text-body-lg:18px;
  --text-body-md:16px;
  --text-body-sm:14px;
  --text-caption:13px;
  --text-eyebrow:12px;

  /* Line heights */
  --leading-display:1.08;
  --leading-title:1.25;
  --leading-body:1.65;
  --leading-tight:1.35;

  /* Letterspacing — letterspaced capitals are a signature (WELLNESS, eyebrows, buttons) */
  --tracking-display:-0.01em;
  --tracking-body:0;
  --tracking-caps:0.18em;
  --tracking-button:0.08em;
}
