body {
  font-family: Helvetica, Arial, sans-serif;

  background: $light;
  color: $dark;
}

button {
  font-size: 1em;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
