body { 
    font-family: 'Inter', sans-serif; 
    background-color: #0f172a; 
    color: #94a3b8; 
}

.text-white-pure { 
    color: #ffffff; 
}

.text-gradient {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}