.kpi {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
}

.pos,
.good {
  color: #5be49b;
}

.neg,
.bad {
  color: #ff7b7b;
}

.muted {
  color: var(--muted);
}
