/* CVG Construction Main CSS */
/* Imports all modular CSS files for easy maintenance */

/* Base styles - must be loaded first */
@import url('base.css');

/* Typography */
@import url('typography.css');

/* Layout and grid systems */
@import url('layout.css');

/* Navigation and header */
@import url('navigation.css');

/* Reusable components */
@import url('components.css');

/* Service-specific styles */
@import url('services.css');

/* Interactive elements */
@import url('interactive.css');

/* Content-specific styles */
@import url('content.css');

/* Footer */
@import url('footer.css');

/* CVG Construction Modular CSS System */
/* 
Usage: Include this single file in HTML:
<link rel="stylesheet" href="css/main.css">

This loads all modular CSS files in the correct order for:
- Better maintainability
- Easier debugging
- Cleaner organization
- Faster development
*/
