* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}

::-webkit-scrollbar {
  cursor: pointer;
  scrollbar-gutter: stable both-edges;
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  box-shadow: inset 0 0 6px #ffffffe6;
}

::-webkit-scrollbar-thumb {
  background: #3e8bff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px #00000080;
}

a {
  color: inherit;
  text-decoration-color: #3e8bff;
}

.thumbnails > .thumbnail {
  border-radius: 8px;
}

.carousel-container .carousel-image {
  width: initial !important;
}

.carousel-container .next, .carousel-container .prev {
  font-size: 32px;
}

.MuiTypography-root {
  word-break: normal !important;
}

.MuiTypography-root.textOneline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.MuiTypography-root.breakAll {
  word-break: break-all !important;
}

