/* ============================================================
   style.css — entry stylesheet for Brightline Counsel
   Layer order is load-bearing:
     1. tokens.css     niche-agnostic scale (shared canon)
     2. theme.css      legal-niche palette + fonts
     3. components.css niche-agnostic components (shared canon)
   tokens.css and components.css are byte-identical to the
   template root. Only theme.css and the HTML copy are bespoke.
   ============================================================ */
@import url("tokens.css");
@import url("theme.css");
@import url("components.css");
