/* 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 = #dc2626
 * theme_primary_color = #ff0000
 * theme_primary_color = #040084
 * theme_secondary_color = #1e40af
 * theme_secondary_color = #1874D2
 * 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 = #d97706
 * 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: #d97706;
    --warning-light: #ffa608;
    --danger-color: #dc2626;
    --danger-light: #ff3535;
    --sidebar-bg: #1e293b;
    --sidebar-text: #94a3b8;
}

