:root {
  --md-typeset-font-size: 0.68rem;
  --md-code-font-size: 0.75em;
}

/* Compact Headings */
.md-typeset h1 {
  font-size: 1.3em !important;
  font-weight: 700;
  margin-top: 0.8em !important;
  margin-bottom: 0.5em !important;
}

.md-typeset h2 {
  font-size: 1.1em !important;
  font-weight: 700;
  margin-top: 0.8em !important;
  margin-bottom: 0.4em !important;
}

.md-typeset h3 {
  font-size: 0.95em !important;
  font-weight: 700;
  margin-top: 0.7em !important;
  margin-bottom: 0.3em !important;
}

/* Make list items and paragraph body text 15% smaller relative to previous base */
.md-typeset p {
  font-size: 0.85em !important;
  margin-top: 0.4em !important;
  margin-bottom: 0.4em !important;
  line-height: 1.45 !important;
}

.md-typeset ul, 
.md-typeset ol {
  margin-top: 0.4em !important;
  margin-bottom: 0.4em !important;
}

.md-typeset li {
  font-size: 0.85em !important;
  margin-top: 0.2em !important;
  margin-bottom: 0.2em !important;
  line-height: 1.45 !important;
}

/* Left Navigation Sidebar (Keep it larger) */
.md-sidebar--primary .md-nav {
  font-size: 0.76rem !important;
}

/* Right Table of Contents Sidebar (Make it smaller, just like before) */
.md-sidebar--secondary .md-nav {
  font-size: 0.65rem !important;
}

/* Absolute Minimum Spacing for Navigation Links */
.md-nav__item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.md-nav__link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.1 !important;
}
