/*
 * Cascade layer order for the whole page. Loaded first from index.html (and carried into the
 * SSR worker's HTML as a <link>). Vuetify 4 ships its styles in the vuetify-* layers; the shell's
 * element resets in src/styles/main.scss live in app-base so they sit below Vuetify, as Vuetify 3's
 * class rules used to outrank them. Unlayered CSS would beat every layered rule regardless of
 * specificity. Remote MFE bundles re-declare the vuetify-* layers, which keeps this order.
 */
@layer app-base, vuetify-core, vuetify-components, vuetify-overrides, vuetify-utilities, vuetify-final;
