/*
 * Authoritative cascade layer order, loaded before the bundle so code-split CSS
 * cannot register layers in whatever order it happens to arrive in.
 *
 * Must stay identical to the statement at the top of src/design-system.css --
 * whichever declaration the browser sees first wins, so a mismatch here makes
 * that one a no-op.
 */
@layer reset, tokens, base, components, features, overrides, utilities;
