/**
 * Thème marque PropulseIA.
 */

 :root {
  --primary: 52, 100%, 50%;
  --primary-foreground: 0, 0%, 0%;
  
  --secondary: 0, 0%, 0%;
  --secondary-foreground: 0, 0%, 100%;

  --background-home: none;
  --background-plus: none;

  --background-sidebar: hsl(var(--secondary));
  --background-gradient: hsl(var(--primary));
  --border-gradient: hsl(var(--primary));

  --bg-sidebar: hsl(var(--primary));
  --text-sidebar-ghost: hsl(var(--secondary-foreground));
  --text-sidebar-foreground: hsl(var(--primary-foreground));  
  --bg-sidebar-hover: hsl(var(--primary));
  --text-sidebar-foreground-hover: hsl(var(--secondary));

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

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