html {
  display: unset;
}


.toc-sticky {
  position: fixed;
  top: 3rem;
}
 .page {
  margin-top: 3rem;
 }

 @media (max-width: 67em) {
  .sidebar-drawer {
    margin-top: 3rem;
  }

}


.theme-toggle-container {
  display: none;
}

/* Offset anchor scroll targets so they aren't hidden behind the 3rem fixed navbar */
:target,
h1[id],
h2[id],
h3[id],
h4[id],
h5[id],
h6[id] {
  scroll-margin-top: 3.5rem;
}

h3 {
  margin-top: 1.75rem;
}


.skip-to-content {
  display: none;
}

.toc-scroll {
  max-height: 95vh;
}
