/* ==========================================
   NABCORE PRIME LIMITED
   MASTER STYLESHEET
   style.css
========================================== */


/* ==========================================
   01. DESIGN TOKENS
========================================== */

@import url("./variables.css");


/* ==========================================
   02. CSS RESET
========================================== */

@import url("./reset.css");


/* ==========================================
   03. BASE STYLES
========================================== */

@import url("./base.css");


/* ==========================================
   04. LAYOUT SYSTEM
========================================== */

@import url("./layout.css");


/* ==========================================
   05. REUSABLE COMPONENTS
========================================== */

@import url("./components.css");


/* ==========================================
   06. HEADER & NAVIGATION
========================================== */

@import url("./header.css");


/* ==========================================
   07. HERO
========================================== */

@import url("./hero.css");


/* ==========================================
   08. HOMEPAGE SECTIONS
========================================== */

@import url("./sections.css");


/* ==========================================
   09. INTERNAL PAGES
========================================== */

@import url("./pages.css");


/* ==========================================
   10. FORMS
========================================== */

@import url("./forms.css");


/* ==========================================
   11. FOOTER
========================================== */

@import url("./footer.css");


/* ==========================================
   12. ANIMATIONS
========================================== */

@import url("./animations.css");


/* ==========================================
   13. RESPONSIVE SYSTEM
========================================== */

@import url("./extended.css");

@import url("./responsive.css");