.text-Critical {
  color: magenta;
  font-weight: bold;
}

.text-High {
  color: red;
  font-weight: bold;
}

.text-Moderate {
  color: orange;
  font-weight: bold;
}

.text-Low {
  color: inherit;
  font-weight: bold;
}