/* ISOTEAM Theme - Pink colors */
:root {
    --sidebar-bg: #d10073;
    --sidebar-logo-color: #fdf2f8;
    --sidebar-menu-header-color: #fdf2f8;
    --sidebar-menu-color: #ffd7ef;
    --sidebar-menu-active-item-bg: #ffeef8;
    --sidebar-menu-active-item-color: #d10073;
    --sidebar-menu-submenu-color: #f9a8d4;
    --sidebar-menu-icon-color: #f9a8d4;
    --button-primary-bg: #d10073;
    --button-primary-hover-bg: color-mix(in srgb, #d10073 80%, white);
    --button-primary-active-bg: color-mix(in srgb, #d10073 70%, white);
    --button-primary-border-color: #d10073;
    --button-primary-hover-border-color: color-mix(in srgb, #d10073 80%, white);
    --button-primary-active-border-color: color-mix(in srgb, #d10073 70%, white);
}
