:root {
  --documentation: white;
  --navbar: white;
  --primary: #8f7d59 !important;
}

/**************************************/
/*************** Sidebar **************/
/**************************************/
.sidebar {
  border: none;
  background-image: linear-gradient(0deg, #3f3f41, #8f7d59) !important;
}

.sidebar ul li h2 {
  color: #DAE1E7;
}

.sidebar ul li ul li a {
  color: #DAE1E7;
}
.bg-primary-docs {
  background: linear-gradient(87deg, #3f3f41 0, #8f7d59 100%) !important;
}
.bg-gradient-primary {
  background: linear-gradient(87deg, #3f3f41 0, #8f7d59 100%) !important;
}