/**
 * Shared Renderer CSS (Backwards Compatibility)
 * 
 * This file now imports from the modular CSS structure.
 * It's kept for backwards compatibility with existing imports.
 * 
 * For new code, prefer importing from './styles/index.css' directly.
 * 
 * @deprecated Use './styles/index.css' for new imports
 * @module shared/renderer/shared-renderer
 */

@import './styles/index.css';
