/* Maki — Main Stylesheet (Import Hub)
   ═══════════════════════════════════════════
   Landing-only build. Other pages (auth, dashboard,
   profile) will be redone from scratch and add their
   own bundles when needed.
   ═══════════════════════════════════════════
   base.css        - Variables, reset, fonts, scrollbar
   components.css  - Buttons (used by hero CTAs)
   topbar.css      - Topbar navigation
   landing.css     - Landing page sections
   ═══════════════════════════════════════════ */

/* Cache-bust the @import URLs so visitors pick up edits to the
   layer files (base.css / topbar.css …) without a hard refresh.
   The browser caches each @import target independently of
   style.css's own query string. */
@import url('base.css?v=20260522b');
@import url('components.css?v=20260522');
@import url('topbar.css?v=20260522d');
@import url('landing.css?v=20260522');
