body {
      font-family: 'Space Grotesk', sans-serif;
      background-color: #1a1a1a;
  }
  .heatmap-cell {
      width: 10px;
      height: 10px;
      border-radius: 1px;
  }
  ::-webkit-scrollbar {
      width: 6px;
  }
  ::-webkit-scrollbar-track {
      background: #1a1a1a;
  }
  ::-webkit-scrollbar-thumb {
      background: #333333;
  }
  ::-webkit-scrollbar-thumb:hover {
      background: #00c7b3;
  }