/* Ashby job board custom CSS — Arial version */
/* Arial is a system font available on all devices; no @import needed. */

body,
input,
textarea,
select,
button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

body {
  color: #111111;
  background: #ffffff;
}

h1,
h2,
h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: #111111;
}

label {
  font-weight: 700 !important;
  color: #111111;
}

input,
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #c9c4bd !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 16px !important;
  line-height: 1.4;
  box-shadow: none !important;
}

textarea {
  min-height: 140px;
}

input::placeholder,
textarea::placeholder {
  color: #6f6b67 !important;
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #173e73 !important;
  outline-offset: 1px;
  border-color: #173e73 !important;
}

button,
[type="submit"] {
  width: 100%;
  min-height: 52px;
  padding: 15px 24px;
  border: 0 !important;
  border-radius: 2px !important;
  background: #173e73 !important;
  color: #ffffff !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer;
  box-shadow: none !important;
}

button:hover,
[type="submit"]:hover {
  background: #102f59 !important;
}

a {
  color: #173e73;
}
