.pushy__btn {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: inline-block;
  border: none;
  border-radius: 0.3em;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1),
    inset 0 -0.25em 0 rgba(0, 0, 0, 0.25), 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
  color: #fff;
  cursor: pointer;
  font-family: Monospace;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.5em 1.5em 0.75em;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pushy__btn:active {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 2px 0 hsla(0, 0%, 100%, 0.1),
    inset 0 0.25em 0.5em rgba(0, 0, 0, 0.05);
}
.pushy__btn:active,
.pushy__btn:focus {
  outline: none;
  border: none;
}
.pushy__btn--blue {
  background-color: #335a88;
}
.pushy__btn--green {
  background-color: #10ac84;
}
.pushy__btn--red {
  background-color: #e44;
}
.pushy__btn--lg {
  font-size: 1.5em;
}
.pushy__btn--df {
  font-size: 1.25em;
}
.pushy__btn--md {
  font-size: 1em;
}
.pushy__btn--sm {
  font-size: 0.75em;
}

