@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

text{
  font-size: 16px;
  font-family: 'Poppins';

}
text.title{
  font-size: 24px;
  font-weight: 500;
  /* fill: #00958f; */
  
}
text.subTitle{
  font-weight: 500;
  fill: #7f7f7f;

}
text.caption{
  font-weight: 400;
  font-size: 18px;
  fill: #00958f;
  
}
text.caption_2{
  font-weight: 600;
  font-size: 11.5px;
  fill: #00958f;
  
}
text.label{
  font-size: 14px;
  font-weight: 600;
  
}
text.yearText{
  font-size: 64px;
  font-weight: 700;
  opacity: 0.25;
  fill: #00958f;
  
}
.tick text {
  fill: #00958f;
  
}
.xAxis .tick:nth-child(2) text {
  text-anchor: start;
  fill: #00958f;
}
.tick line {
  shape-rendering: CrispEdges;
  stroke: #ececec;
  
}
.tick line.origin{
  stroke: #00958f;
  
}
path.domain{
  display: none;
  fill: #00958f;
  padding-bottom: 10rem;
}