/* css/style.css */

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

.gradient-text {
    background: linear-gradient(to right, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blob {
    position: absolute;
    filter: blur(40px);
    z-index: -1;
    opacity: 0.4;
}