body {
  overflow-x: hidden !important;
}

.MuiTypography-body1,
.MuiTypography-body2 {
  font-family: "Nunito", sans-serif !important;
  color: #000;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 02px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 02px;
  border-radius: 02px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 02px;
  border-radius: 02px;
  background: #7481cf70;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #baa0df;
}
