.menu-button {
  border: 0;
  outline: 0;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background: transparent;
  fill: var(--colorGray);
  border-radius: 20px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  cursor: pointer;
  user-select: none;
  transition: all 0.07s ease-in;
}

.menu-button:hover {
  /* background: var(--colorGrayA01); */
  background: var(--colorGrayA02);
  fill: #000;
}
