.text-purple {
    color: var(--theme-purple) !important;
}

.text-blue {
    color: var(--theme-blue) !important;
}

.theme-gradient {
    background: rgb(240, 170, 213);
    background: linear-gradient(90deg, rgba(240, 170, 213, 1) 0%, rgba(189, 152, 207, 1) 35%, rgba(165, 205, 250, 1) 100%);
}