@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter-italic-var.woff2");
  font-family: Inter;
  src: url("../assets/fonts/Inter-upright-var.woff2");
}
body,
div[class^=railz-],
div[class*=" railz-"] {
  font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.rv-percentage {
  line-height: 1.5;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.rv-percentage .rv-positive {
  color: #006037;
}
.rv-percentage .rv-negative {
  color: #b30000;
}