body {
    --color-primary: #22c55e;
    --color-secondary: #bbf7d0;
    --color-tertiary: #4eb077;
    --color-quaternary: #5ee76F;
    --color-text-primary: #333;
    --color-text-secondary: #666;
    --color-background: #f5f3f3;
    --color-destructive: #ff4d4d;
    --color-disabled: #ccc;
}
