/*
 * Librarium Militaris: the cascade.
 *
 * Propshaft links every file in this directory as its own stylesheet, sorted
 * alphabetically, so source order is an accident of file naming. Layers decide
 * the cascade instead: a later layer always wins, whatever the selector says.
 * That is why nothing here needs !important and why a utility reliably beats a
 * component without being written more specifically.
 *
 * The numeric prefix is the one thing that must sort first. Every other file is
 * inside one of these layers, so no rule can win a tie by being loaded last.
 */

@layer reset, base, layout, components, utilities;
