/* Custom styles */
body { 
    font-family: 'Inter', sans-serif; 
    scroll-behavior: smooth; 
}

.glass-card { 
    background: rgba(255, 255, 255, 0.8); 
    backdrop-filter: blur(10px); 
}

.app-gradient-sorted { 
    background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); 
}

.app-gradient-delete { 
    background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%); 
}

/* Add any additional custom styles below */
