/**
 * Tenant Override CSS
 * Tenant: uta
 * Generated: 2026-02-21 15:26:36
 *
 * 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: #ff8200;
    --tenant-secondary: #0064b0;
    --tenant-accent: #ff8200;
}

/* Classic theme uses tenant colors for UI */
body.theme-classic {
    /* Primary Colors */
    --primary-color: #ff8200;
    --primary-color-rgb: 255, 130, 0;
    --primary-dark: #004d8c;
    --primary-light: #0078d4;
    --primary-50: #fff2e5;

    /* Secondary Colors */
    --secondary-color: #0064b0;
    --secondary-color-rgb: 0, 100, 176;
    --secondary-dark: #e67300;
    --secondary-light: #ff9933;

    /* Accent Colors */
    --accent-color: #ff8200;
    --accent-color-rgb: 255, 130, 0;
    --accent-dark: #e67300;

    /* Sidebar Colors */
    --sidebar-bg: #0064b0;
    --sidebar-bg-dark: #004d8c;
    --sidebar-text: #ffffff;
    --sidebar-icon: #ff8200;
    --sidebar-active-bg: rgba(255, 130, 0, 0.2);

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

