/* ============================================================
   BB2G TOKENS BRIDGE — scam-defence set
   ------------------------------------------------------------
   The four surfaces in this set were authored against a local
   :root block whose token names predate BB2G CORE. Five of them
   have no CORE equivalent:

     --bb-mid   --bb-wash   --display   --body   --mono

   The integration note said mounting CORE was "a delete, not an
   edit". It isn't: deleting the local block outright leaves those
   five undefined, and the surfaces lose their muted text colour,
   their wash panels and ALL THREE typefaces.

   So the local blocks are deleted (CORE is genuinely the source of
   truth now) and this file re-points the five legacy names at their
   CORE owners. Restyle the portfolio from bb2g-core.css; this file
   should only ever change if a surface is rewritten to use CORE
   names directly, at which point delete the alias and this comment.
   ============================================================ */
:root{
  --bb-mid: var(--bb-muted);
  --bb-wash: var(--bb-paper);
  --display: var(--bb-font-head);
  --body: var(--bb-font-body);
  --mono: var(--bb-font-mono);
}
