/* ========================================
   MAIN STYLESHEET - ATX OUTDOOR SERVICES
   Modular CSS architecture for better maintainability
   ======================================== */

/* Core base styles and layout */
@import url('base-styles.css');

/* Header navigation and footer */
@import url('header-footer.css');

/* Calendar and scheduling components */
@import url('calendar-styles.css');

/* Form components and validation */
@import url('form-styles.css');

/* Buttons, photos, pricing, and other UI components */
@import url('components.css');

@import url('checkout.css');