/**
 * Tenant Override CSS
 * Tenant: default
 * Generated: 2026-02-21 15:07:30
 *
 * DO NOT EDIT THIS FILE DIRECTLY
 * Colors are loaded from tenant configuration.
 */

:root {
    /* Tenant Brand Colors - used for branding elements like topbar stroke */
    --tenant-primary: #4f46e5;
    --tenant-secondary: #14b8a6;
    --tenant-accent: #2563eb;
}

/* Classic theme uses tenant colors for UI */
body.theme-classic {
    /* Primary Colors */
    --primary-color: #4f46e5;
    --primary-color-rgb: 79, 70, 229;
    --primary-dark: #4338ca;
    --primary-light: #6366f1;
    --primary-50: #edecfc;

    /* Secondary Colors */
    --secondary-color: #14b8a6;
    --secondary-color-rgb: 20, 184, 166;
    --secondary-dark: #0f766e;
    --secondary-light: #2dd4bf;

    /* Accent Colors */
    --accent-color: #2563eb;
    --accent-color-rgb: 37, 99, 235;
    --accent-dark: #1d4ed8;

    /* Sidebar Colors */
    --sidebar-bg: #4f46e5;
    --sidebar-bg-dark: #4338ca;
    --sidebar-text: #ffffff;
    --sidebar-icon: #14b8a6;
    --sidebar-active-bg: rgba(20, 184, 166, 0.2);

    /* Header/Topbar Colors */
    --header-bg: #4f46e5;
    --topbar-bg: #4f46e5;
    --topbar-text: #ffffff;
}

