.text-primary {
    color: var(--mdb-primary) !important;
}

.text-primary-gradient *:not(i) {
    background: var(--custom-gradient-text-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.text-secondary {
    color: var(--mdb-secondary) !important;
}

.text-secondary-gradient {
    background: var(--custom-gradient-text-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.text-success {
    color: var(--mdb-success) !important;
}

.text-warning {
    color: var(--mdb-warning) !important;
}

.text-danger {
    color: var(--mdb-danger) !important;
}

.text-android {
    color: #A4C639;
}

.fw-fat {
    font-weight: 900;
}