/* ============================================================================
   LEGACY BRIDGE — TEMPORARY. Remove when market-page body is rewritten to
   classes (post-cutover task). See LESSONS_LEARNED / PROJECT_STATUS.
   Market body (about/docs/releases/faq/vs-*) was ported verbatim from the
   old site and carries ~301 inline styles referencing OLD design tokens +
   'Inter'/'JetBrains Mono'. These aliases resolve those to the warm system
   so pages render correctly without touching markup. This file is the single
   point of legacy debt — deleting it + its <link> reverts cleanly once the
   body no longer references old tokens/fonts.
   ============================================================================ */
:root{
  --accent:var(--rose);
  --accent-ink:var(--rose-deep);
  --accent-soft:var(--rose-tint);
  --border:var(--line);
  --border-strong:var(--line-2);
  --ink-60:var(--ink-soft);
  --ink-80:var(--ink);
  --paper-2:var(--card-warm);
  --r-md:14px;
}
/* Old inline 'font:600 17px Inter' shorthand hardcodes family — can't be
   overridden by a token. Remap the literal families to the warm stacks so
   shorthand still lands warm. */
@font-face{font-family:'Inter';src:local('Hanken Grotesk'),local('HankenGrotesk-Regular');font-weight:100 900;font-display:swap}
@font-face{font-family:'JetBrains Mono';src:local('ui-monospace'),local('SF Mono'),local('Menlo');font-weight:100 900;font-display:swap}
