/* .day {
  align-items: center;
  background-color: var(--purple);
  border-radius: 100%;
  color: var(--white);
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  height: 37px;
  justify-content: center;
  width: 37px;
}

.day.active {
  background-color: var(--primary);
} */
