/* Optimized — typography tokens. One family, two working weights (400/500). */

:root {
  --font-sans: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600; /* headings + wordmark contexts only */

  /* Scale (from mockup: 23 title, 17 card title, 14 body, 12.5 support, 11.5 pill) */
  --text-page-title: 23px;
  --text-section: 17px;
  --text-body-size: 14px;
  --text-support: 12.5px;
  --text-micro: 11.5px;

  --leading-tight: 1.25;
  --leading-body: 1.5;

  --tracking-normal: 0;
  --tracking-micro: 0.01em;

  /* Data-heavy contexts (Odin tables): tabular figures */
  --numeric-data: tabular-nums; /* @kind other */
}
