/**
 * Command Center Design System
 * 
 * A modular CSS architecture for the m-chura.com design system.
 * This file serves as the entry point, importing all partial files.
 * 
 * Structure:
 * 1. Variables - CSS custom properties (colors, typography, spacing)
 * 2. Base - Body defaults, layout containers, utilities
 * 3. Animations - Keyframes and animation utilities
 * 4. Typography - Section titles, subtitles, descriptions
 * 5. Headers - Section headers and hero sections
 * 6. Badges - Status badges and indicators
 * 7. Buttons - CTAs and button components
 * 8. Cards - Content cards and variations
 * 9. Alerts - Alert sections and boxes
 * 10. Forms - Form elements and containers
 * 11. Sections - Layout sections and containers
 * 12. Page-specific - Radio, Shop, Join, Manta, Contact
 * 13. Responsive - Media queries for all breakpoints
 */

/* ===========================================
   1. Foundation
   =========================================== */
@import 'command/_variables.css';
@import 'command/_base.css';
@import 'command/_animations.css';

/* ===========================================
   2. Typography
   =========================================== */
@import 'command/_typography.css';

/* ===========================================
   3. Layout Components
   =========================================== */
@import 'command/_headers.css';

/* ===========================================
   4. UI Components
   =========================================== */
@import 'command/_badges.css';
@import 'command/_buttons.css';
@import 'command/_cards.css';
@import 'command/_alerts.css';
@import 'command/_forms.css';
@import 'command/_sections.css';

/* ===========================================
   5. Page-Specific Styles
   =========================================== */
@import 'command/_pages/_radio.css';
@import 'command/_pages/_shop.css';
@import 'command/_pages/_join.css';
@import 'command/_pages/_manta.css';
@import 'command/_pages/_contact.css';

/* ===========================================
   6. Responsive Styles
   =========================================== */
@import 'command/_responsive.css';
