/* ==========================================================================
   Legal.Digital — Typography tokens
   Untouched from the source system: one proprietary sans across every role,
   negative tracking on display sizes, generous body leading.
   ========================================================================== */

:root {
  --font-display: "abcNormal", "abcNormal Fallback", "Inter", "DM Sans", system-ui,
    -apple-system, "Segoe UI", sans-serif;
  --font-body: "abcNormal", "abcNormal Fallback", "Inter", "DM Sans", system-ui,
    -apple-system, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Monaco, Consolas,
    monospace;

  /* Scale — size / weight / line-height / letter-spacing */
  --text-display-size: 48px;      --text-display-weight: 400; --text-display-lh: 1.0;  --text-display-ls: -1.2px;
  --text-display-sm-size: 40px;   --text-display-sm-weight: 400; --text-display-sm-lh: 1.0; --text-display-sm-ls: -1px;
  --text-heading-md-size: 36px;   --text-heading-md-weight: 400; --text-heading-md-lh: 1.0; --text-heading-md-ls: -0.9px;
  --text-heading-sm-size: 24px;   --text-heading-sm-weight: 400; --text-heading-sm-lh: 1.0; --text-heading-sm-ls: 0;
  --text-subtitle-size: 20px;     --text-subtitle-weight: 400; --text-subtitle-lh: 1.0; --text-subtitle-ls: 0;
  --text-body-size: 16px;         --text-body-weight: 400; --text-body-lh: 1.5; --text-body-ls: 0;
  --text-body-strong-size: 16px;  --text-body-strong-weight: 600; --text-body-strong-lh: 1.5; --text-body-strong-ls: 0;
  --text-body-tight-size: 16px;   --text-body-tight-weight: 400; --text-body-tight-lh: 1.3; --text-body-tight-ls: -0.16px;
  --text-link-sm-size: 14px;      --text-link-sm-weight: 600; --text-link-sm-lh: 1.43; --text-link-sm-ls: 0;
  --text-eyebrow-size: 14px;      --text-eyebrow-weight: 500; --text-eyebrow-lh: 1.43; --text-eyebrow-ls: 0.35px;
  --text-meta-size: 13px;         --text-meta-weight: 400; --text-meta-lh: 1.3; --text-meta-ls: -0.26px;
  --text-micro-caps-size: 11px;   --text-micro-caps-weight: 450; --text-micro-caps-lh: 1.3; --text-micro-caps-ls: 0.2px;
  --text-button-size: 14px;       --text-button-weight: 600; --text-button-lh: 1.43; --text-button-ls: 0;
}
