/* HOLO typography — two complementary voices.
   SANS    Geist — display, statements and body copy
   MONO    IBM Plex Mono — eyebrows, numbers, metadata and system language */
:root{
  --font-display:'Geist','Segoe UI',sans-serif;
  --font-body:'Geist','Segoe UI',sans-serif;
  --font-mono:'IBM Plex Mono','SF Mono',monospace;

  /* Sizes — the deck's real ladder (1600×900 authoring canvas). */
  --fs-hero:100px;
  --fs-display-xl:80px;
  --fs-display-lg:62px;
  --fs-display-md:52px;
  --fs-section:44px;
  --fs-heading-lg:34px;
  --fs-heading-md:26px;
  --fs-heading-sm:21px;
  --fs-statement:19px;
  --fs-body-lg:18.5px;
  --fs-body:16.6px;
  --fs-body-sm:14.5px;
  --fs-body-xs:13.2px;
  --fs-metric:29px;
  --fs-label:14.5px;
  --fs-eyebrow:12.2px;
  --fs-mono-lg:12.8px;
  --fs-mono:11px;
  --fs-mono-sm:10.5px;
  --fs-micro:10px;

  /* Legacy step scale, kept so existing components keep resolving. */
  --text-xs:12px;
  --text-sm:14px;
  --text-base:16px;
  --text-md:18px;
  --text-lg:20px;
  --text-xl:24px;
  --text-2xl:30px;
  --text-3xl:38px;
  --text-4xl:48px;
  --text-5xl:60px;

  --leading-hero:1.08;
  --leading-tight:1.14;
  --leading-snug:1.22;
  --leading-normal:1.45;
  --leading-body:1.62;
  --leading-relaxed:1.9;

  --weight-regular:300;
  --weight-medium:500;
  --weight-semibold:600;
  --weight-bold:700;

  --tracking-hero:-0.028em;
  --tracking-display:-0.022em;
  --tracking-heading:-0.015em;
  --tracking-tight:-0.008em;
  --tracking-normal:0;
  --tracking-body:0.015em;
  --tracking-label:0.1em;
  --tracking-wide:0.14em;
  --tracking-wider:0.18em;
}
