/**
 * Thème marque Axioris.
 */

:root {
  --primary: 259, 17%, 22%;
  --primary-foreground: 0, 0%, 100%;
  
  --secondary: 259, 17%, 22%;
  --secondary-foreground: 0, 0%, 100%;

  --background-home: none;

  --background-sidebar: hsl(var(--primary));
  --background-gradient: linear-gradient(165deg, #94d2eb 0%, #342e41 100%);
  --border-gradient: #342e41;

  --bg-sidebar: #dee2e6;
  --text-sidebar-ghost: hsl(var(--primary-foreground));
  --text-sidebar-foreground: #000;  
  --bg-sidebar-hover: #dee2e6;
  --text-sidebar-foreground-hover: #000;

  --bg-sidebar-feature: var(--background-gradient);
  --text-sidebar-feature-foreground: hsl(var(--primary-foreground));
  --bg-sidebar-feature-hover: var(--background-gradient);
  --text-sidebar-feature-foreground-hover: hsl(var(--primary-foreground));

  --wc-toggle-container-background-toggled-disabled: gray;
}