/* Custom styles */

body {
    font-family: 'Mulish', sans-serif;
    scroll-behavior: smooth;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.hover-glow:hover {
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

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