@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

/**
 * Tenant Override CSS
 * Tenant: uta
 * Generated: 2026-04-07 15:30:03
 *
 * 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;
}

