:root {
    --primary-color: #2347e2;
    --secondary-color: #2820b0;    
    --success-color: #2e8b30;      
    --error-color: #d31025;        
    --text-color: #1a1b29;         
    --light-text: #5c6577;    
    --background: #f8f9fa;
    --card-background: #ffffff;
    --border-radius: 12px;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}