/*!
 * Archivo del Desierto — cascade layers
 *
 * This file exists only to declare layer order, and it must load first. Once the order is
 * fixed here, a stylesheet injected later by a plugin can no longer outrank a component rule
 * simply by arriving later in the document: unlayered styles beat layered ones, so plugin CSS
 * still wins where it should (its own widgets), while our layers stay ordered among
 * themselves without a single !important.
 */

@layer reset, tokens, base, textures, layout, components, pages, utilities;
