/* TYPOGRAPHY — Non Xero Sum
   Aligned to the studio handoff (tokens/nxs-tokens.json, 2026-06-17).
   Display = the GLASS GLYPH face: a raster bank of image-generated glass
   letters (NOT a font), typeset via the GlassTitle component. Cormorant is
   only the editable LIVE-TEXT fallback for HTML/prototypes.
   Body = Lora. Mono = IBM Plex Mono. */

:root {
  --font-display: 'Cormorant', 'Times New Roman', serif; /* live-text fallback for glass titles */
  --font-serif:   'Lora', Georgia, 'Times New Roman', serif;   /* editorial */
  --font-mono:    'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
  /* handoff token names */
  --font-editorial: var(--font-serif);

  /* Weights — handoff ships 400 / 500 / 600 only */
  --fw-regular:  400; /* @kind font */
  --fw-medium:   500; /* @kind font */
  --fw-semibold: 600; /* @kind font */

  /* Type scale — exact handoff fontSizes (px) */
  --fs-xs:   12px;   --lh-xs:   18px;   /* captions, footnotes, mono labels */
  --fs-sm:   14px;   --lh-sm:   22px;   /* small / mono data */
  --fs-base: 16px;   --lh-base: 26px;   /* default reading size */
  --fs-md:   18px;   --lh-md:   29px;   /* lead paragraphs */
  --fs-lg:   20px;   --lh-lg:   30px;
  --fs-xl:   24px;   --lh-xl:   31px;   /* heading */
  --fs-2xl:  30px;   --lh-2xl:  36px;   /* title */
  --fs-3xl:  36px;   --lh-3xl:  42px;   /* display / page title */

  /* Tracking */
  --tracking-tight:  -0.02em;
  --tracking-normal: 0;
  --tracking-wide:   0.08em;
  --tracking-wider:  0.16em;

  /* The measure — handoff sizing tokens */
  --measure:      680px;   /* content-width */
  --measure-wide: 860px;   /* wide-width */
}
