/*
  Miroballi Pizza CSS entry point
  Purpose: new maintainable owner for future CSS work.

  Migration rule:
  - Keep legacy files loaded until a component has screenshot parity here.
  - Move one component at a time into the matching layer/file.
  - Do not add broad !important overrides here unless documenting a temporary bridge.
*/

@layer reset, tokens, base, layout, components, utilities, responsive;

@import url("./tokens.css?v=11") layer(tokens);

/*
  Component bridge imports.
  These stay unlayered for now so they can beat the old unlayered legacy files
  without adding another messy !important pile.
*/
@import url("./components/header.css?v=17");
@import url("./components/buttons.css?v=11");
@import url("./components/titles.css?v=12");
@import url("./components/menu-cards.css?v=13");
@import url("./components/pizza-builder.css?v=17");
@import url("./components/ordering-modals.css?v=34");
@import url("./components/cart-drawer.css?v=12");
@import url("./components/reviews-photos.css?v=15");
@import url("./components/footer-contact.css?v=13");
@import url("./components/anchor-offsets.css?v=11");
@import url("./components/modal-scroll-owner.css?v=35");

/*
  Next migration targets:
  1. Ordering modals and cart drawer grouped together
  2. Google profile/reviews/photo slider
  3. Footer/contact cards
  4. Archive unloaded CSS files after screenshot parity
*/
