/*
 * eFiling — application stylesheet manifest.
 *
 * Load order matters and must stay as written:
 *   1. colors_and_type.css — color + type custom properties, base element styles
 *   2. tokens.css          — space, shape, elevation, motion tokens
 *   3. app.css             — component classes that consume the tokens above
 *   4. brandmark.css       — our own additions, kept out of the design port
 *   5. adjustments.css     — documented deviations from the design port
 *
 * Propshaft has no require directives; these are plain CSS @import rules.
 * The functional-notation form is deliberate: Propshaft's CssAssetUrls
 * compiler rewrites only functional-notation asset references into digested
 * paths, so a bare @import "app.css" would request an undigested path and 404.
 *
 * @import rules must stay at the top of this file — CSS ignores any that
 * follow a style rule.
 */

@import url("/assets/colors_and_type-5713ba39.css");
@import url("/assets/tokens-1b4f75b9.css");
@import url("/assets/app-8fa77953.css");
@import url("/assets/brandmark-cf9b3609.css");
@import url("/assets/adjustments-8e7922d6.css");
