:root{
    --background: #FFFFFF;
    --foreground: #212529;
    --card: #FFFFFF;
    --card-foreground: #212529;
    --popover: #FFFFFF;
    --popover-foreground: #212529;
    --primary: #41AB34;
    --primary-light: #D42F25;
    --primary-foreground: #FFFFFF;
    --secondary: #F5F5F5;
    --secondary-foreground: #212529;
    --muted: #F5F5F5;
    --muted-foreground: #8A8A8A;
    --accent: #F5F5F5;
    --accent-foreground: #E63329;
    --destructive: #FF0004;
    --destructive-foreground: #FFFFFF;
    --border: #E3E3E3;
    --input: #E3E3E3;
    --ring: #E63329;
    --chart-1: #E63329;
    --chart-2: #212529;
    --chart-3: #41AB34;
    --chart-4: #8A8A8A;
    --chart-5: #D42F25;
    --radius: 0.5rem;
    --sidebar-background: #FFFFFF;
    --sidebar-foreground: #212529;
    --sidebar-primary: #212529;
    --sidebar-primary-foreground: #FFFFFF;
    --sidebar-accent: #F5F5F5;
    --sidebar-accent-foreground: #212529;
    --sidebar-border: #E3E3E3;
    --sidebar-ring: #E63329;
}
