body {
  font-family: "Inter", serif;
}

.font-display {
  font-family: "VT323", serif;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader .progress {
  width: 80%;
}

.sensor-axis-data {
  height: 30px;
}

.sensor-chart {
  width: 100vw;
  height: 300px;
}