/*
 * Cascade layer order for the whole theme.
 *
 * This file is enqueued first and declares nothing but the layer order. Every
 * other stylesheet assigns its rules to one of these layers, which removes
 * specificity conflicts as a category of bug: a utility always beats a section,
 * a section always beats a component, and tokens can never be overridden by
 * accident.
 */
@layer tokens, reset, base, typography, layout, components, sections, utilities;
