/* DEBUG INFO:
 * Theme.php loaded
 * Database connected
 * Session org_id: null
 * TenantResolver org_id: 1
 * Final org_id: 1
 * Found 14 theme settings
 * theme_danger_color = #dc2626
 * theme_danger_color = #FF0000
 * theme_primary_color = #ff0000
 * theme_primary_color = #000080
 * theme_secondary_color = #1e40af
 * theme_secondary_color = #360ffa
 * theme_sidebar_bg = #1e293b
 * theme_sidebar_bg = #1e293b
 * theme_sidebar_text = #94a3b8
 * theme_sidebar_text = #94a3b8
 * theme_success_color = #16a34a
 * theme_success_color = #16a34a
 * theme_warning_color = #d97706
 * theme_warning_color = #FF0000
 * Org colors: primary=#0161fd, secondary=#0d47a1
 * Final primary: #0161fd
 * Final secondary: #0d47a1
 */

:root {
    --primary-color: #0161fd;
    --primary-dark: #0052d7;
    --primary-light: #0174ff;
    --secondary-color: #0d47a1;
    --accent-color: #FF6F00;
    --accent-light: #ff7f00;
    --success-color: #16a34a;
    --success-light: #1ee467;
    --warning-color: #FF0000;
    --warning-light: #ff0000;
    --danger-color: #FF0000;
    --danger-light: #ff0000;
    --sidebar-bg: #1e293b;
    --sidebar-text: #94a3b8;
}

