/**
 * Tenant Override CSS
 * Tenant: miami
 * Generated: 2026-02-21 15:00:40
 *
 * 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: #005030;
    --tenant-secondary: #F47321;
    --tenant-accent: #F47321;
}

/* Classic theme uses tenant colors for UI */
body.theme-classic {
    /* Primary Colors */
    --primary-color: #005030;
    --primary-color-rgb: 0, 80, 48;
    --primary-dark: #003d24;
    --primary-light: #006b42;
    --primary-50: #e5edea;

    /* Secondary Colors */
    --secondary-color: #F47321;
    --secondary-color-rgb: 244, 115, 33;
    --secondary-dark: #d85d0f;
    --secondary-light: #ff8c3a;

    /* Accent Colors */
    --accent-color: #F47321;
    --accent-color-rgb: 244, 115, 33;
    --accent-dark: #d85d0f;

    /* Sidebar Colors */
    --sidebar-bg: #005030;
    --sidebar-bg-dark: #003d24;
    --sidebar-text: #ffffff;
    --sidebar-icon: #F47321;
    --sidebar-active-bg: rgba(244, 115, 33, 0.2);

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

