@font-face {
  font-family: SourceSansPro;
  src: url(https://meredithcorp.github.io/investopedia-terms-viz-2022/fonts/SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: SourceSansProBold;
  src: url(https://meredithcorp.github.io/investopedia-terms-viz-2022/fonts/SourceSansPro-Bold.ttf);
}

html, body {
  margin: 0 auto;
  font-family: SourceSansPro;
  overflow: hidden;
}

#container {
  display: grid;
  grid-template-rows: auto max-content;
  height: 100vh;
  overflow: hidden;
}

.tooltip {
  box-sizing: border-box;
  top: 0;
  left: -100000000px;
  padding: 6px 8px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  pointer-events: none;
  /* z-index: 1; */
}

#footer {
  align-items: center;
  color: #888;
  display: flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
  display: flex;
}

/* #svg {
  width: 100%;
} */
