


.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}


.from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-to: rgb(147 51 234 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-blue-500 {
    --tw-gradient-to: rgb(59 130 246 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to);
}

.to-blue-600 {
    --tw-gradient-to: #2563eb;
}

.to-indigo-400 {
    --tw-gradient-to: #818cf8;
}


.hover\:from-purple-700:hover {
    --tw-gradient-from: #7e22ce;
    --tw-gradient-to: rgb(126 34 206 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
li {
    color: white !important;
}


.text-transparent {
    color: transparent !important;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}