/* ontopraxis — Typography tokens.
   Mona Sans carries brand + UI; JetBrains Mono is the evidence layer.
   Sentence case throughout. Weight/spacing/rules create hierarchy, not extra typefaces. */
:root {
  --font-sans: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  /* Weights */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-display: 550;
  --weight-semibold: 600;
  --weight-bold: 700;

  /* Type scale — size / line-height (desktop) */
  --text-display: 72px;   --leading-display: 72px;   --tracking-display: -0.035em;
  --text-h1: 56px;        --leading-h1: 60px;        --tracking-h1: -0.03em;
  --text-h2: 40px;        --leading-h2: 46px;        --tracking-h2: -0.025em;
  --text-h3: 28px;        --leading-h3: 34px;        --tracking-h3: -0.015em;
  --text-h4: 20px;        --leading-h4: 26px;        --tracking-h4: 0em;
  --text-lead: 21px;      --leading-lead: 31px;      --tracking-lead: 0.004em;
  --text-body: 16px;      --leading-body: 26px;      --tracking-body: 0.002em;
  --text-small: 14px;     --leading-small: 21px;
  --text-ui: 14px;        --leading-ui: 20px;        --tracking-ui: 0.008em;
  --text-eyebrow: 11px;   --leading-eyebrow: 16px;   --tracking-eyebrow: 0.15em;
  --text-evidence: 12px;  --leading-evidence: 18px;  --tracking-evidence: 0.07em;
}
