/* Prevent iOS zoom on input focus */
@media screen and (max-width: 768px) {
  input:not([type="button"]),
  textarea,
  select {
    font-size: 16px !important;
  }
}
