/* === public/global.css === */
/* Import modular CSS files */

@import url('./styles/base.css');
@import url('./styles/utils.css');
/* Import component-specific styles if needed */
/* @import url('./styles/components/button.css'); */
@import url('./styles/mobile.css');
@import url('./styles/dark-mode.css');

/* You can keep any truly global overrides or styles here, */
/* but it's best to move most styles into modules. */

/* Example: Ensure body takes full height */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
