/**
 * CoinMahjong Design System – single entry point for the app.
 * Import tokens first, then component CSS. Add new components below.
 */
@import url('tokens/design-tokens.css');
@import url('components/button/button.css');
@import url('components/input/input.css');
@import url('components/fullscreen-layout/fullscreen-layout.css');
@import url('components/login_screen/login_screen.css');
@import url('components/signup_screen/signup_screen.css');
@import url('components/terms_screen/terms_screen.css');
@import url('components/reset_password_screen/reset_password_screen.css');
@import url('components/loading_screen/loading_screen.css');
@import url('components/connection_screen/connection_screen.css');
@import url('components/alert/alert.css');
