body,
g {
  font-family: 'Poppins', sans-serif;
}

#tooltip {
  display: none;
  position: absolute;
  padding: 10px 20px;
  background: black;
  color: white;
  top: 0px;
  left: 0px;
  border-radius: 5px;
}
