@font-face {
  font-family: 'FieldworkGeoThin';
  src: url('fonts/fieldwork-geo-thin.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

input,
select {
  border: none;
  background: transparent !important;
  font-size: 1em !important;
  font-family: 'FieldworkGeoThin', sans-serif;
}

/* INPUT */
input {
  text-align: left;
  color: #000000;
  caret-color: #000000;
}

/* SELECT */
select {
  text-align: center;
  text-align-last: center;
  color: #000000;
}

/* PLACEHOLDER */
input::placeholder {
  color: rgba(60, 60, 67, 0.6);
  text-align: left;
}

/* REMOVE OUTLINE */
input:focus,
input:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
  background: transparent !important;
}

/* REMOVE AUTOFILL */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #000000 !important;
  caret-color: #000000 !important;
}