.score--excellent {
  color: var(--color-success);
}

.score--good {
  color: var(--color-text);
}

.severity--notice {
  color: var(--color-text-muted);
}

.score--fair {
  color: var(--color-warning);
}

/* Likely fails: the words carry the result, so it stays ink and never reads as yellow */
.severity--warning {
  color: var(--color-text);
}

.score--poor, .severity--error {
  color: var(--color-error);
}