/**
 * TOKEN-LAYERS — cascade order for Helix (2.39.0).
 *
 * helix-tokens      custom properties only
 * helix-base        reset / typography / page
 * helix-components  theme component CSS
 * helix-utilities   one-off helpers
 * helix-plugins     studio / plugin chrome that must lose to theme tokens
 *
 * Dark pairs live in @layer helix.dark inside variables.css.
 */
@layer helix-tokens, helix-base, helix-components, helix-utilities, helix-plugins;
