/* Aggregate file — imports modular styles for the app */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import './styles/base.css';
@import './styles/ui.css';
@import './styles/screens/start.css';
@import './styles/screens/select.css';
@import './styles/screens/pause.css';
@import './styles/screens/upgrade.css';
@import './styles/screens/game-over.css';
@import './styles/screens/wave-ready.css';
@import './styles/hud.css';
@import './styles/game.css';