:root{
    --background: hsl(0 0% 100%);
    --foreground: hsl(0 0% 3.9%);
    --card: hsl(0 0% 100%);
    --card-foreground: hsl(0 0% 3.9%);
    --popover: hsl(0 0% 100%);
    --popover-foreground: hsl(0 0% 3.9%);
    --primary: #18273f;
    --primary-light: #3b4d6b;
    --primary-foreground: #ffffff;
    --secondary: #f4f4f5;
    --secondary-foreground: #18181b;
    --muted: #f4f4f5;
    --muted-foreground: #71717a;
    --accent: #f4f4f5;
    --accent-foreground: #18181b;
    --destructive: hsl(0 84.2% 60.2%);
    --destructive-foreground: hsl(0 0% 98%);
    --border: #e4e4e7;
    --input: #e4e4e7;
    --ring: #18273f;
    --chart-1: hsl(12 76% 61%);
    --chart-2: hsl(173 58% 39%);
    --chart-3: hsl(197 37% 24%);
    --chart-4: hsl(43 74% 66%);
    --chart-5: hsl(27 87% 67%);
    --radius: 0.5rem;
    --sidebar-background: #ffffff;
    --sidebar-foreground: #52525b;
    --sidebar-primary: #18273f;
    --sidebar-primary-foreground: #ffffff;
    --sidebar-accent: #f4f4f5;
    --sidebar-accent-foreground: #09090b;
    --sidebar-border: #e4e4e7;
    --sidebar-ring: #18273f;
}
