/* Typography overrides */
    /* ── Typography ── */
    body{
      font-family:var(--font-display)!important;
      background:linear-gradient(180deg,var(--bg-warm) 0%,#0a0d14 46%,#080a10 100%)!important;
    }
    h1,h2,h3{font-family:var(--font-display)!important;letter-spacing:-0.015em}
    h1{font-weight:600}
    h2{font-weight:600}
    h3{font-weight:550}
    code,kbd,.mono,.tok-path,.tok-id{font-family:var(--font-mono)!important}

    /* Tabular numbers for all data/metrics (Linear pattern) */
    .tok-id,.tok-time,.tok-status,.tok-value,.pill,.chip{
      font-variant-numeric:tabular-nums;
      font-feature-settings:"tnum";
    }

    /* 4-tier text opacity — apply to muted/secondary text */
    .tok-key{color:var(--text-tertiary)!important}
    .tok-desc{color:var(--text-secondary)!important}
    .tok-status{color:var(--text-secondary)!important}
    .muted{color:var(--text-tertiary)!important}
