/* The first stylesheet on the guest Menu, and it declares nothing but an order.

   blazorblueprint.css puts its own `bb` layer last, so every component rule in it would beat the utility at the
   call site: `Class="mt-4"` on a <BbCard> would silently lose. Naming the order before that sheet is parsed seats
   `bb` below ours. Every name both sheets use must appear, or the missing one lands last again.

   Identical to the vitrine's declaration: the two surfaces link one library and must agree on where it sits. */
@layer properties, theme, base, bb, components, utilities;
