/* ==============================================
   MAIN STYLESHEET
   Imports all modular CSS files
   ============================================== */

/* Import Order:
   1. Base styles (reset, typography, foundations)
   2. Components (reusable UI elements)
   3. Animations (keyframes and motion)
   4. Utilities (helper classes and responsive)
*/

@import url('base.css');
@import url('components.css');
@import url('animations.css');
@import url('utilities.css');

/*
   You can override or add custom styles below
   Keep this section minimal - use the modular files above
*/
