@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: fsu
 * Generated: 2026-05-19 02:12:31
 *
 * 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: #782F40;
    --tenant-secondary: #CEB888;
    --tenant-accent: #CEB888;
}

/* Classic theme uses tenant colors for UI */
body.theme-classic {
    /* Primary Colors */
    --primary-color: #782F40;
    --primary-color-rgb: 120, 47, 64;
    --primary-dark: #5b2230;
    --primary-light: #9c4152;
    --primary-50: #f1eaeb;

    /* Secondary Colors */
    --secondary-color: #CEB888;
    --secondary-color-rgb: 206, 184, 136;
    --secondary-dark: #a89664;
    --secondary-light: #dcc9a2;

    /* Accent Colors */
    --accent-color: #CEB888;
    --accent-color-rgb: 206, 184, 136;
    --accent-dark: #a89664;

    /* Sidebar Colors */
    --sidebar-bg: #782F40;
    --sidebar-bg-dark: #5b2230;
    --sidebar-text: #ffffff;
    --sidebar-icon: #CEB888;
    --sidebar-active-bg: rgba(206, 184, 136, 0.2);

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

