/* Main styles entry point - only global and layout styles */

/* Base styles */
@import url('./base.css');

/* Layout components */
@import url('./layout.css');

/* 
Component-specific styles are now loaded dynamically by their respective components
This eliminates unused CSS and improves performance through code splitting
*/
