@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.d3-tooltip {
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 6px 10px;
  position: fixed;
  top: 10px;
  left: 10px;
  max-width: 300px;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 1px 1px 4px 2px rgb(0,0,0, 0.2);
  font-family: "Roboto";
  pointer-events: none;
}

.axis-y .tick line {
  color: #DFE2E5;
}
