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

.score--good, .severity--notice {
  color: var(--color-info);
}

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

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