footer {
  font-family:"NeueHaasGroteskText-Bold";
}

input#emailAddress {
  border-width: 1px;
  border-color: black;
  border-image: initial;
  border-radius: 2px;
  margin-left: .25em;
}

input#emailAddress:focus-visible {
  outline: none;
  border-color: var(--light-gray);
  border-style: solid;
}

button#submit {
  border: none;
  color: black;
  background-color: white;
  font-family: inherit;
  padding: 0;
  padding-left: .25em;

  cursor: pointer;
}

button#submit:hover {
  color: var(--light-gray);
}

.message {
  color: var(--light-gray);
}
