:root{
  /* Didone display + Garamond text. Two families only — no sans in the brand. */
  --font-display:"Bodoni Moda","Didot","Bodoni MT",Georgia,serif;
  --font-text:"EB Garamond","Adobe Garamond Pro",Georgia,serif;
  --font-label:"EB Garamond",Georgia,serif;
  --font-mono:"IBM Plex Mono",ui-monospace,Menlo,monospace;
  /* Aliases kept for consumers that reference the generic names */
  --font-serif-display:var(--font-display);
  --font-sans-ui:var(--font-text);

  /* Display — Didone, tight leading. Two headline modes: caps-tracked and mixed-case. */
  --type-display-1-size:clamp(52px,7vw,104px);--type-display-1-lh:0.98;--type-display-1-ls:-0.01em;--type-display-1-weight:500;
  --type-display-2-size:clamp(40px,4.6vw,72px);--type-display-2-lh:1.02;--type-display-2-ls:-0.005em;--type-display-2-weight:500;
  --type-display-caps-ls:0.055em; /* @kind other */
  --type-h1-size:clamp(34px,3.4vw,52px);--type-h1-lh:1.08;--type-h1-ls:0;--type-h1-weight:400;
  --type-h2-size:clamp(27px,2.5vw,38px);--type-h2-lh:1.14;--type-h2-ls:0;--type-h2-weight:400;
  --type-h3-size:23px;--type-h3-lh:1.24;--type-h3-ls:0;--type-h3-weight:500;
  --type-quote-size:clamp(25px,2.7vw,40px);--type-quote-lh:1.26;--type-quote-weight:400;

  /* Body — Garamond, short declarative lines */
  --type-body-lg-size:20px;--type-body-lg-lh:1.62;
  --type-body-size:17px;--type-body-lh:1.64;
  --type-body-sm-size:15px;--type-body-sm-lh:1.58;
  --type-caption-size:13px;--type-caption-lh:1.5;

  /* Tracked caps — the brand's micro-voice: POST 02, ENQUIRIES — LINK IN BIO. */
  --type-eyebrow-size:11px;--type-eyebrow-ls:0.24em;--type-eyebrow-weight:500;
  --type-label-size:12px;--type-label-ls:0.18em;--type-label-weight:500;
  --type-button-size:12px;--type-button-ls:0.2em;--type-button-weight:500;
  --type-wordmark-ls:0.3em; /* @kind other */

  --measure-narrow:34ch; /* @kind other */
  --measure-body:56ch; /* @kind other */
  --measure-wide:72ch; /* @kind other */
}
