.button {
  font-family: 'Gilmer';
  display: inline-block;
  cursor: pointer;
  background: black;
  border-radius: 100px;
  color: white;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  .loading {
    position: relative;
    .lottie {
      position: absolute;
      top:0;
      width: 100%;
      height: 100%;
    }
  }
}
.small {
  padding: 8px 16px!important;
  font-size: 12px!important;
}
.wide {
  width: 100%;
  text-align: center;
}
.outline {
  background: transparent;
  box-shadow: inset 0px 0px 0px 2px #000000;
  color: black;
}
