@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;600;800&display=block');

:root > * {
  font-size: 14px;

  /* Change default colors in the material theme */
  font-family: 'Inter', sans-serif;
  --md-an-color: var(--md-sys-color-surface);
}

footer {
  border-top: 0;
  text-align: center;
}

:root[data-theme='dark'] {
  --md-an-color: #0a0a0a;
  border-radius: 9px;
}

.tsd-page-toolbar {
  border: 0;
  border-radius: 5px;
}

.tsd-theme-toggle {
  padding-top: 0.75rem;
}
.tsd-theme-toggle > h4 {
  display: inline;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.tsd-generator > p {
  font-style: italic;
}

div.tsd-signature,
.tsd-signature,
.tsd-signature.tsd-signature,
.tsd-signature.tsd-anchor-link {
  border-radius: 9px;
  border: 0.05rem solid #ff4e9f;
  background-color: var(--md-an-color);
}

pre > button {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.1s;
  box-sizing: border-box;
  border: 0;
}

code,
pre {
  font-family: 'Courier New', monospace;
  margin: 0;
  font-size: 0.85rem;
  border: 0;
  border-radius: 0.8em;
}

.tsd-generator {
  display: none;
}

