/* 
   REFACTORED STYLESHEET
   The styles have been split into modular files for better manageability.
*/

@import 'base.css';
@import 'layout.css';
@import 'components.css';
@import 'sections.css';

/* 
   TOMBSTONE: Old monolithic code removed below.
   - Root variables and resets moved to base.css
   - Layout structures (navbar, footer, container) moved to layout.css
   - UI Components (buttons, cards, inputs, animations) moved to components.css
   - Section-specific styles (hero, services, contact, page details) moved to sections.css
*/