  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); 
/*  *, h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    color: #00468b;
  }
  p, ul, li  {
    font-size: 1.2rem;
  }
  p {
    color: #000000
  }
  label {
    font-size: 18px;
  } */

.highcharts-root {
  fontFamily: "Roboto", Arial, Helvetica, sans-serif;
  fontSize: 14px;
}

svg {
  fontFamily: "Roboto", Arial, Helvetica, sans-serif;
  fontSize: 14px;
}

/*.highcharts-tooltip {
  stroke: #cccccc;
  fontFamily: "Times New Roman", Arial, Helvetica, sans-serif;
  fontSize: 54px;
}*/

svg.highcharts-root g.highcharts-axis-labels.highcharts-xaxis-labels.text {
  fontFamily: "Roboto";
  fontSize: 15px;
}


tspan {
  fill: #282541;
  font: 700 16px/1.4 "Roboto Condensed", sans-serif;
}

text {
  font-family: "Roboto Condensed", Sans-Serif;
  font-size: 15px;
}

figcaption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
}
