/* Custom styles for MUP Documentation */

/* Custom font imports (if using custom fonts beyond theme defaults) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');


.md-sidebar {
  display: none;
}

h1,
h2,
h3,
.md-nav__title {
  color: rgb(4, 13, 224) !important;
  font-weight: 400 !important;
}

.md-header {

  background-color: #000 !important;
}

.md-tabs__item--active {
  font-weight: 700 !important;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
  width: 80px !important;
}

.md-tabs {
  background-color: #0b0b0b !important;
}

[data-md-color-scheme="slate"] .md-main {
  background-color: #111 !important;
}

.md-tabs {
  margin-top: 0px !important;
}

.md-sidebar__inner,
.md-content {
  padding: 20px !important;
  border-radius: 10px !important;
  border: 2px solid #d2d1d1 !important;
}

.md-content {
  margin-top: 24px !important;
}

.md-footer,
.md-header__option {
  display: none !important;
}

.md-main__inner {
  padding-bottom: 50px;

}

.md-main__inner {
  gap: 40px;
}