/*
 * Cascade-layer order for the Kora component library. Import this FIRST (before tokens,
 * component styles, and app styles) so precedence is explicit and specificity wars are avoided.
 *
 * Later layers win. App styles outside any layer beat all layered styles, so consuming apps can
 * always override our defaults; the `kora.overrides` layer is reserved for sanctioned in-library
 * overrides. This is the encapsulation strategy that replaces shadow DOM for light-DOM components.
 */
@layer kora.reset, kora.tokens, kora.components, kora.utilities, kora.overrides;
