/* ================================================================
   InnDojo — Shared Styles
   Version: 2.0 | Updated: May 7, 2026
   ----------------------------------------------------------------
   This file is the single CSS entry point referenced by every page.
   It imports the six focused modules in load order. To change a
   style, edit the appropriate module:

     tokens.css      — colors, fonts, spacing, breakpoints, z-index
     reset.css       — universal box-sizing reset
     base.css        — element defaults (body, img, a, button, etc.)
     layout.css      — containers, grid utilities
     components.css  — nav, footer, buttons, cards, hero, compare
                       table, FAQ, testimonial, CTA, popup, etc.
     utilities.css   — single-property helpers (margin, color, etc.)

   See _internal/docs/SITE-ARCHITECTURE-GUIDE.md §5 for the full
   convention and component vocabulary.
   ================================================================ */

@import url("tokens.css?v=20260526");
@import url("reset.css?v=20260526");
@import url("base.css?v=20260526");
@import url("layout.css?v=20260526");
@import url("components.css?v=20260526");
@import url("utilities.css?v=20260526");
