/*
 * Main Style Entry Point for Spectra Studios
 *
 * File Organization:
 * - global.css: CSS variables and design tokens
 * - base.css: Typography, resets, and core element styles
 * - themes.css: CRT Green, Vaporwave Pink, and Midnight Blue themes
 * - components.css: Windows, folders, taskbar, menus, and UI components
 * - responsive.css: Mobile and tablet breakpoints
 */

@import url('global.css');
@import url('style.css');

