/* Type scale. Display is TAY Noodle with tracking baked in; body copy is the platform
   system face (SF Pro on Apple devices) — declared with platform keywords, never a
   bundled file. Body is 15px base: meta 13, labels 12. */
:root{
  --font-display:"TAY Noodle","Anton",system-ui,sans-serif;
  --font-display-alt:"TAY Noodle","Anton",system-ui,sans-serif;
  --font-body:-apple-system,BlinkMacSystemFont,system-ui,"Helvetica Neue",Arial,sans-serif;
  --font-marketing:"Montserrat","Avenir Next","Avenir","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-mono:ui-monospace,Menlo,Monaco,monospace;

  --type-screen-title:28px;  --track-screen-title:1.0px;
  --type-large-title:34px;   --track-large-title:1.2px;
  --type-title:28px;         --track-title:1.0px;
  --type-title-2:22px;       --track-title-2:0.8px;
  --type-title-3:20px;       --track-title-3:0.6px;
  --type-headline:17px;      --track-headline:0.5px;

  --type-prompt:18px;
  --type-lead:17px;
  --type-body:15px;
  --type-meta:13px;
  --type-label:12px;
  --type-micro:11px;
  --type-stat:26px;

  --type-web-h1:36px;   --type-web-h1-sm:24px;
  --type-web-lead:18px;
  --track-web-tight:-1px;

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

  --leading-tight:1;
  --leading-snug:1.2;
  --leading-body:1.4;
}
