/* ═══════════════════════════════════════════════════════════
   ADVENNT — style.css (RETIRED — shim only)
   AD-DESIGN-LANGUAGE-V1 §3 A7 + BRIEF-3 §5.

   All rules have moved to base.css + components.css. This file
   exists ONLY as a thin @import shim so legacy callers
   (site/about/index.html, site/about/how-it-works/index.html,
   already-deployed jurisdiction pages awaiting reflow) keep
   working without scope-creep edits to non-BRIEF templates.

   Updated templates (site/index.html, site/404.html, and
   pipeline/tools/build_jurisdiction_page.py) link tokens.css +
   base.css + components.css directly; this shim is only loaded
   by legacy/pre-reflow consumers.

   Future cleanup: once the about/ surface migrates to the
   tokens.css → base.css → components.css triplet, delete this
   shim entirely.
   ═══════════════════════════════════════════════════════════ */
@import url("/assets/css/base.css");
@import url("/assets/css/components.css");
