/* assets/css/style.css */

/* Custom Gradient Text */
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #6366f1, #06b6d4);
}

/* Custom Gradient Background */
.bg-gradient-brand {
    background-image: linear-gradient(to right, #4f46e5, #0ea5e9);
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}