/* ── Tessera Mobility · Typography ─────────────────────────────────────────
   Sora for everything UI + display. JetBrains Mono for data/telemetry.
   Display & headings: tight tracking, weight 600. Body: 400, comfortable lh.
   Eyebrows/labels: uppercase, generous tracking. */
:root {
  --font-display: 'Sora', system-ui, -apple-system, sans-serif;
  --font-sans:    'Sora', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', monospace;

  /* Sizes */
  --text-display-size: 46px; --text-display-lh: 1.0;  --text-display-ls: -0.025em; --text-display-weight: 600;
  --text-h1-size: 34px;      --text-h1-lh: 1.05;       --text-h1-ls: -0.02em;      --text-h1-weight: 600;
  --text-h2-size: 26px;      --text-h2-lh: 1.1;        --text-h2-ls: -0.02em;      --text-h2-weight: 600;
  --text-h3-size: 20px;      --text-h3-lh: 1.2;        --text-h3-ls: -0.015em;     --text-h3-weight: 600;
  --text-title-size: 16px;   --text-title-lh: 1.3;     --text-title-ls: -0.01em;   --text-title-weight: 600;
  --text-body-size: 15px;    --text-body-lh: 1.55;     --text-body-ls: 0;          --text-body-weight: 400;
  --text-sm-size: 13px;      --text-sm-lh: 1.5;        --text-sm-ls: 0;            --text-sm-weight: 400;
  --text-label-size: 11px;   --text-label-lh: 1.4;     --text-label-ls: 0.16em;    --text-label-weight: 600;
  --text-mono-size: 13px;    --text-mono-lh: 1.5;      --text-mono-ls: 0;          --text-mono-weight: 400;
}
