/*
 Theme Name:   DineroenUSA GP
 Theme URI:    https://dineroenusa.com
 Description:  Default DineroenUSA theme
 Author:       DineroenUSA
 Author URI:   https://dineroenusa.com
 Template:     generatepress
 Version:      0.1.4 (2026-01-26 Legacy Lock)
*/

/* 
 * ITCSS MANIFEST (Legacy Lock Phase)
 * ==========================================================================
 * This file strictly controls the load order of the CSS architecture.
 * DO NOT add styles here. Add them to the appropriate layer in css/.
 * ==========================================================================
 */

/* 1. Tokens (Design System Vars) */
@import url('css/_tokens.css');

/* 2. Components (New, Clean, Modular) */
@import url('css/02-components/_index.css');

/* 3. Layout (Grid, Shell, Structure) */
@import url('css/03-layout/_index.css');

/* 4. Pages (Template-specific Styles) */
@import url('css/04-pages/_index.css');

/* 5. Vendors (AdInserter, Plugins) */
@import url('css/05-vendors/_index.css');

/* 9. Legacy (The "Blob" - Deprecated Styles) */
/* Contains the original 7500 lines. Loaded LAST to allow "Deprecate-in-Place" */
@import url('css/09-legacy/_index.css');