/* ============================================================
   DEVSAI ASSOCIATES — Main Stylesheet Entry Point
   Import order matters — variables first, then base, then components
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

@import './variables.css';
@import './base.css';
@import './header.css';
@import './hero.css';
@import './pages.css';
@import './products.css';
@import './gallery.css';
@import './contact.css';
@import './footer.css';
