* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #121212;
  color: #f7f5f1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

#root {
  width: 100%;
  min-height: 100vh;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #2c2c2c;
  border-radius: 4px;
}
