.perf-negative {
    color: var(--tblr-pinterest-darken) !important;
}

.nombre-negatif {
    color: var(--tblr-pinterest-darken) !important;
}

.text-gray-100 {
  --tblr-text-opacity: 1;
  color: var(--tblr-gray-100) !important;
}

.text-gray-200 {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-gray-200-rgb), var(--tblr-bg-opacity)) !important;
}

.text-gray-300 {
  --tblr-text-opacity: 1;
  color: var(--tblr-gray-300) !important;
}

.text-gray-400 {
  --tblr-text-opacity: 1;
  color: var(--tblr-gray-400) !important;
}

.text-gray-500 {
  --tblr-text-opacity: 1;
  color: rgba(var(--tblr-gray-500-rgb), var(--tblr-bg-opacity)) !important;
}

.text-gray-600 {
  --tblr-text-opacity: 1;
  color: var(--tblr-gray-600) !important;
}

.text-gray-700 {
  --tblr-text-opacity: 1;
  color: var(--tblr-gray-700) !important;
}

.text-gray-800 {
  --tblr-text-opacity: 1;
  color: var(--tblr-gray-800) !important;
}

.text-gray-900 {
  --tblr-text-opacity: 1;
  color: var(--tblr-gray-900) !important;
}
