
/************* Blue ************/
/* :root {
    --primary-gradient: linear-gradient(135deg, rgb(91, 116, 241) 0%, #032264 100%);
    --glass-bg: rgba(255, 255, 255, 0.95);
    --glass-border: rgba(255, 255, 255, 0.18);
    --shadow-color: rgba(31, 38, 135, 0.37);
    --text-primary: #2d3748;
    --text-secondary: #4a5568;
    --accent-color: #4f46e5;
} */


:root {
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --accent-color: #3b82f6;
    --text-dark: #1f2937;
    --text-gray: #6b7280;
    --text-light: #9ca3af;
    --bg-light: #f8fafc;
    --border-light: #e5e7eb;
    --success-color: #10b981;
    --warning-color: #f59e0b;
}
body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-light);
   
}