﻿/* Primary color text */
.sp-text-primary {
    color: #0d6efd !important;
}

/* Secondary color text */
.sp-text-secondary {
    color: #6c757d !important;
}

/* Success color text */
.sp-text-success {
    color: #198754 !important;
}

/* Danger color text */
.sp-text-danger {
    color: #dc3545 !important;
}

/* Warning color text */
.sp-text-warning {
    color: #ffc107 !important;
}

/* Info color text */
.sp-text-info {
    color: #0dcaf0 !important;
}

/* Light color text */
.sp-text-light {
    color: #f8f9fa !important;
}

/* Dark color text */
.sp-text-dark {
    color: #212529 !important;
}

/* Muted text */
.sp-text-muted {
    color: #6c757d !important;
}

/* White text (for dark backgrounds) */
.sp-text-white {
    color: #fff !important;
}
