@import "../../fonts/ProximaRegular.scss";

.MeterGraph {
  &Wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    canvas {
      font-family: "Proxima Nova", sans-serif;
    }
  }
}
