/* ========================================
   DYNAMIC THEME SYSTEM
   ======================================== 
   
   All theme colors are NOW managed dynamically through:
   - Database: CompanyProfile table (10 customizable colors)
   - UI: Company Profile > ThemeColors tab
   - CSS Variables: Set in _Layout.cshtml <style> block
   
   This static theme file has been disabled to prevent
   conflicts with the dynamic theme customization system.
   
   If you need to add global CSS that does NOT depend on
   theme colors, add it below.
   ======================================== */

/* Add non-color-related global styles here if needed */