@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
:root[data-theme='light'] {
  --mycolor: #e61cb3;
  --mycolor2: #fffafa;

}

:root[data-theme='dark'] {
  --mycolor: #e1ff67;
  --mycolor2: #262B3F;
}

@media (prefers-color-scheme: dark) {
  :root {
    --mycolor: #e1ff67;
    --mycolor2: #262B3F;
  }
}

@media (prefers-color-scheme: light) {
  :root {
    --mycolor: #e61cb3;
    --mycolor2: #fffafa;
  }
}


.tsd-member .tsd-anchor + h3 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  border-bottom: none;
  /* text-decoration: underline; */
  /* text-decoration: underline;  */
  color: var(--mycolor);

}

.tsd-signature {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  line-height: 1.1rem;
}

.tsd-returns-title {
  display: none;
}

h5 {
  margin: 0.6rem 0;
}

pre {
  border: solid 1px #cacaca;
}

.tsd-hierarchy {
  display: none;
}

.tsd-accordion-summary{
  display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.tsd-panel-group.tsd-index-group details {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin: 2rem 0;
  border: solid 1px;
  border-radius: 10px;
  background: var(--mycolor2);
  padding: 0px 30px 30px 30px;
}

/* * {
  font-family: 'Monserrat';
} */
.tsd-sources{
  display: none;
}

body {
  font-family: "Lato", sans-serif;
}
