/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Styles are organized into separate files by category for better maintainability.
 */

/* Define CSS cascade layers order */
@layer reset, base, components, pages, utilities;

/* Import stylesheets in order */
@import "variables.css";
@import "animation.css";
@import "reset.css";
@import "base.css";
@import "components.css";
@import "pages.css";
@import "utilities.css";
