/*
 * CSS Cascade Layers — Rhuarc's Pet Supplies
 *
 * Declares the layer order for progressive CSS architecture adoption.
 * Un-layered CSS (all existing files) automatically wins over any layer
 * defined here, so this declaration is purely additive — no existing
 * behaviour changes.
 *
 * Target layers from innermost to outermost as new CSS is written:
 *   reset → tokens → base → composition → components → utilities → overrides
 *
 * @package RhuarcsPetSupplies
 * @since 2.2.0
 */
@layer reset, tokens, base, composition, components, utilities, overrides;
