/* Custom styles for TapBoost */

html {
    scroll-behavior: smooth;
}

/* Custom shadow for cards */
.hover-shadow {
    transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.1), 0 4px 6px -2px rgba(99, 102, 241, 0.05);
}

/* Gradient text utility */
.text-gradient {
    background: linear-gradient(to right, #6366f1, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
