body {
  font-family: 'Inter', sans-serif;
  padding-bottom: 80px; /* room for player */
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dark ::-webkit-scrollbar-thumb {
  background: #444;
}



}