body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f5f5f5;
}

.table {
  background-color: #fff;
}

.box ul {
  list-style: none;
  padding-left: 0;
}

.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
