:root{
  --font-display:"Archivo","Archivo Expanded",system-ui,sans-serif;
  --font-sans:"Archivo",system-ui,-apple-system,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace;
  --font-playful:"Bricolage Grotesque","Archivo",system-ui,sans-serif;

  --weight-regular:400;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;
  --weight-black:800;

  /* Display — Archivo Expanded, tight, always uppercase-optional */
  --text-display-1:clamp(44px,6vw,76px);
  --text-display-2:clamp(34px,4.4vw,54px);
  --text-display-3:32px;
  --lh-display:0.98; /* @kind other */
  --ls-display:-0.02em; /* @kind other */

  /* Headings */
  --text-h1:40px;
  --text-h2:28px;
  --text-h3:21px;
  --text-h4:17px;
  --lh-heading:1.18; /* @kind other */
  --ls-heading:-0.01em; /* @kind other */

  /* Body */
  --text-lg:19px;
  --text-md:16px;
  --text-sm:14px;
  --text-xs:12.5px;
  --lh-body:1.55; /* @kind other */
  --lh-tight:1.35; /* @kind other */
  --ls-body:0em; /* @kind other */

  /* Mono / labels — the workshop stencil voice */
  --text-label:12px;
  --ls-label:0.09em; /* @kind other */
  --text-code:13px;
  --ls-code:-0.01em; /* @kind other */
}
