/* Project-specific styles go here */
.nzh-datavis svg .uncertainty_cone {
  transform: none;
  fill: #de4b8b;
  fill-opacity: 0.2;
}
.nzh-datavis svg .tick,
.nzh-datavis svg .axis-tick path {
  stroke: #ddd;
}
.nzh-datavis svg .frame-title text {
  font-family: "Stag Sans";
  font-size: 16px;
}
.nzh-datavis svg text {
  font-size: 14px;
}

