/*
 * Global CSS Foundation
 *
 * This file declares the cascade layer order for the entire application.
 * It MUST be loaded before all other stylesheets (underscore prefix ensures
 * alphabetical sort order places it first in Propshaft's output).
 *
 * Layer order (lowest to highest priority):
 *   reset      - Browser normalization
 *   base       - Design tokens, typography, foundational styles
 *   components - All component styles
 *   utilities  - Single-purpose helper classes (can override components)
 *
 * See docs/adrs/MC-005-css-architecture-standards.md for details.
 */

@layer reset, base, components, utilities;
