.ppi-green {
  color: green;
}
.ppi-up::before {
  content: "▲";
}
.ppi-red {
  color: red;
}
.ppi-down::before {
  content: "▼";
}

.ppi-figures {
  color: #001f4b;
  font-size: 2rem;
  font-family: "NLRTM-bold","Arial","sans-serif";
  font-weight: 900;
  line-height: 2.5rem;
}

.ppi-text {
  font-size: 1.25rem;
  font-family: "NLRTM-bold","Arial","sans-serif";
  line-height: 0.25rem;
}

.ppi-light-blue {
  color: #0693CA;
}

.ppi-dark-blue {
  color: #001F4B;
}

.ppi-orange {
  color: #F39900;
}
