/* ==========================================================================
   Block of Bytes — main entry point
   --------------------------------------------------------------------------
   Cream paper · graphite ink · orange punch accent · thin teal annotations.
   Inspired by NASA technical posters / lab spec sheets.

   Layer order (later layers win unless specificity says otherwise):
     tokens     — design tokens (CSS custom properties)
     base       — reset, typography
     layout     — terminal frame, titlebar, statusbar, footer
     components — buttons, forms, cards, hero, carousel, floppy-disk, etc.
     pages      — page-scoped overrides (.page-home, .page-detail, …)
     utilities  — single-purpose helpers (last so they win)
   ========================================================================== */

@layer tokens, base, components, pages, utilities;

@import url("./tokens.0ca699fa70d6.css")       layer(tokens);
@import url("./base.8fe6c1b4f683.css")         layer(base);
@import url("./components.6ca6eed7e23a.css")   layer(components);
@import url("./floppy-disk.1afc07da639f.css")  layer(components);
@import url("./pages.ea41b3533dc7.css")        layer(pages);
@import url("./utilities.8097c348671e.css")    layer(utilities);


