
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

@media only screen and (min-width: 76.25em) {
    .md-main__inner {
      max-width: 85vw;
    }
    .md-sidebar--primary {
      left: 0;
    }
    .md-sidebar--secondary {
      right: 0;
      margin-left: 0;
      -webkit-transform: none;
      transform: none;   
    }
  }


.credits-authors {
  display: flex;
  gap: 1.5rem;
}

.credits-profile {
    text-align: center;
}

.credits-profile-img {
    background-color: white;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
}

.credits-profile-title {
  margin-top: .5rem;
  margin-bottom: 0;
  font-weight: 600;
}
.credits-profile-role {
  margin-top: 0;
}
a.md-header__button.md-logo {
    filter: invert(1);
}
.md-header__title {
  margin-left: 0 !important;
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
}
/* Hide individual attributes in mkdocstrings-python output to avoid clutter*/
.doc.doc-object.doc-attribute {
    display: none;
}