a {
color: #ff8b02;
text-decoration-color: #f7b05e;
}

input:focus {
border-color: #ff8b02;
}

.button {
background: #ff8b02;
}

.button.button-outline {
  background: #fff;
  border: 1px solid #ff8b02;
  color: #ff8b02;
}