body {
  margin: 0;
  font-family: sofia-pro, sans-serif;
  color: #182020;
}

h1 {
  margin: 0;
}

.toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  z-index: 1000;
}

.toolbar_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1rem; /* 133.333% */
  color: #838686;
  gap: 0.4rem;
}

.toolbar_item_enabled {
  color: #182020;
  cursor: pointer;
}

.toolbar_item_active {
  color: #38bedf;
}

.toolbar_icon {
  width: 1.35rem;
  height: 1.35rem;
}
