/* NS-CIX Main CSS Entry Point
 * ===========================
 * This file imports all CSS modules in the correct order
 */

/* 1. Variables - Must come first for other files to use */
@import url('variables.css');

/* 2. Reset and Base Styles */
@import url('reset.css');

/* 3. Layout and Structure */
@import url('layout.css');

/* 4. Components */
@import url('components.css');

/* 5. Animations */
@import url('animations.css');

/* 6. Utility Classes - Should come last for specificity */
@import url('utilities.css');

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