/*
 * 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.
 *
 * Consider organizing styles into separate files for maintainability.
 *
 * CSS Load Order:
 * 1. theme.css - Falcon Bootstrap theme (Tailwind-inspired overrides)
 * 2. style.css - Additional custom styles
 */

@import "theme.css";
@import "style.css";

/*
 * F-9b5 + F-9b6 body background tints REMOVED (per user feedback 2026-06-22).
 * The cream / grey page-wide tints were disrupting the page design. The
 * demo / archived state remains unambiguous via:
 *   - [DEMO] / [ARCHIVED] browser tab title prefix
 *   - DEMO / ARCHIVED badge next to the client name in the header + list
 *   - Bootstrap .alert banner on the dashboard (demo) or every page (archived)
 *
 * The body.demo-client / body.archived-client class is still added by the
 * layout (for any other rule that might key off it), but no color tint is
 * applied here.
 */

