/* Global styling */
.vey-button .button {
  font-family: "proxima-soft", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.65px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.vey-button .solid {
  color: #fff;
}

.vey-button .outlined {
  background-color: rgba(0, 0, 0, 0);
}

.vey-button .small {
  height: 30px;
  font-size: 14px;
}

.vey-button .medium {
  height: 48px;
  font-size: 16px;
}

.vey-button .large {
  height: 65px;
  font-size: 18px;
}

.vey-button:hover {
  transition: all 0.4s ease-in-out;
}
