@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.be-vietnam-pro-regular {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 400;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
}

.document {
  min-height: 100vh;  /* Ensure the document covers the full viewport height */
  display: flex;
  flex-direction: column;
}

body {
  font-family: "Be Vietnam Pro", serif;
  color: #333233;
  flex: 1;  /* Pushes the footer to the bottom */
}

footer {
  color: #646369;
  margin-top: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Be Vietnam Pro", serif;
  font-weight: 600;
}

.wy-nav-content-wrap {
  background-color: #ffffff;
}

.wy-nav-content {
  background-color: #ffffff;
  max-width: 60rem;
  min-height: 100vh;
}

.wy-nav-side,
.wy-nav-top {
  background-color: #ffffff !important;
}

.wy-form input[type="text"] {
  border-radius: 0;
  border: none;
}

.wy-side-nav-search{
  background: #ffffff !important;
}

.caption-text {
  color: #e36730;
}

.toctree-l1 > a {
  color:#333233 !important; /* #473b8b */
}

.wy-menu-vertical .toctree-l1 > a:hover {
  background-color: #9d9ccd !important;
}


li.toctree-l1 a.reference.internal {
  color: #56499f !important; /*Change color for clickable internal references*/
}

a.reference.internal:hover {
  color: #8477cb; /* Change the text color to purple on hover*/
} 

/** This fixes the horizontal scroll on mobile */
@media only screen and (max-width: 770px) {
  .py.class dt,
  .py.function dt {
    display: block !important;
    overflow-x: auto;
  }
}