/**
 * TheSystem @layer Declaration Stack
 * Version: 1.0.0
 *
 * MUST be enqueued at priority 1 (before ALL other stylesheets).
 * Establishes the CSS cascade layer order for the entire page.
 *
 * Layer order — first declared = lowest cascade priority:
 *   kadence              — Kadence theme/blocks styles slot into this layer
 *   thesystem.tokens     — --brand-* custom properties, color scales, spacing
 *   thesystem.layout     — Every Layout primitives (non-Kadence structural HTML only)
 *   thesystem.components — Non-Kadence UI: schema output, plugin HTML, slot placeholders
 *   thesystem.kadence-bridge — Maps --global-palette* Kadence vars → --brand-*
 *   page                 — Page-level overrides from _kad_post_settings customCSS
 *
 * Do NOT add CSS rules here — this file is a declaration only.
 * Rules belong in brand.css (thesystem.tokens/kadence-bridge) or inline styles (page).
 */
@layer kadence, thesystem.tokens, thesystem.layout, thesystem.components, thesystem.kadence-bridge, page;
