* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  margin: 1rem;
}

.button {
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  padding: .35rem .75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  /*     @include color-variations(#ff8e1e); */
}

.yellow {
  background-color: #fff14b;
  color: black;
}

.orange {
  background-color: #ff8e1e;
  color: white;
}

.red {
  background-color: #DD3140;
  color: white;
}

.blue {
  background-color: #0067ba;
  color: white;
}

.green {
  background-color: #1c8e21;
  color: white;
}
