li::marker {
color: var(--e-global-color-secondary);
}
:root { --e-global-color-primary: #005F7D;
--e-global-color-secondary: #68C4D6;
--e-global-color-text: #005F7D;
--e-global-color-accent: #ffffff; --aurore-border-radius: 0.31rem;
--aurore-spacing-xs: 0.15rem;
--aurore-spacing-sm: 0.31rem;
--aurore-spacing-md: 0.62rem;
--aurore-spacing-lg: 1.25rem;
--aurore-spacing-xl: 2.5rem; --nav-width: 95px;
--sidebar-width: 100%;
--sidebar-max-width: 1200px;
--menu-width: 50%;
--search-width: 50%;
--transition-speed: 0.3s;
}