/*
 Default: #ff8400;
 */

h1,
a {
  color: #333133;
  font-weight: bold;
}
.Button,
.Form__control {
  border-color: #a58838;
}
.Button {
  color: #a58838;
}
.Button:focus,
.Button:hover {
  color: #fff;
}
/* .Form__control:focus {} */
