/* Global Style Layer */
@import './styles/globals.css';
@import './styles/buttons.css';

/* Component-specific Styles (Imported in main.ts or here) */
/* We've imported them in main.ts for better modularity in Vite */

/* App Container Transitions Base State */
#app {
  will-change: opacity, transform;
  opacity: 1;
  transform: scale(1);
}
