/* Main stylesheet importing all modular CSS files */
@import 'styles/base.css';
@import 'styles/header.css';
@import 'styles/home.css';
@import 'styles/products.css';
@import 'styles/sections.css';
@import 'styles/footer.css';
@import 'styles/buttons.css';
@import 'styles/decorative.css';
@import 'styles/responsive.css';

/* 
   Removed all the specific CSS rules that were moved to individual files.
   The original styles.css file had approximately 975 lines of code that have been
   reorganized into modular files for better maintainability.
*/