/* === ARMORZONE MAIN STYLESHEET ===
 * This file imports all CSS modules in the correct order
 * Original monolithic file split into manageable components
 */

/* Base styles - fonts, body, game container */
@import url('./base.css');

/* HUD elements - header, shields, radar, reticle */
@import url('./hud.css');

/* Overlay styles - message overlays, transitions, loading */
@import url('./overlays.css');

/* Mobile controls and responsive styles */
@import url('./mobile.css');

/* Powerup announcements and timers */
@import url('./powerups.css');

/* Settings dialogs - retro, graphics, cheat menu */
@import url('./dialogs.css');

/* Intro screen and welcome animations */
@import url('./intro.css');

/* Game over screen and run card */
@import url('./game-over.css');

/* Leaderboard tables and views */
@import url('./leaderboard.css');

/* Pause menu and settings panel */
@import url('./pause.css');

/* Periscope zoom overlay */
@import url('./periscope.css');

/* Retro effects and scanlines */
@import url('./effects.css');

/* Reboot transition and spawn effects */
@import url('./reboot.css');
