/* 
   DEPRECATED: This file has been refactored into multiple files.
   Please use the main.css file which imports all component CSS files:
   
   - variables.css - Theme variables and colors
   - base.css - Base and reset styles
   - layout.css - Layout components (header, main content, footer)
   - components.css - UI components
   - animations.css - Animations and transitions
   - responsive.css - Media queries
   - vendor.css - Third-party integrations
   
   See main.css for the import structure.
*/

/* Redirecting to the new main CSS file */
@import 'main.css';