a {
  text-decoration: none;
}

button {
  padding: 0 ;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0 ;
}

iframe {
  border: 0;
}

body {
  text-rendering: optimizeSpeed;
  margin: 0 ;
}

body,
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

textarea {
  font-family: var(--zd_regular);
}

label, input[type='button'], input[type='submit'], input[type='file'], button {
  cursor: pointer;
}

/*Moz Required Box shadow Isssue*/
input[required]:-moz-ui-invalid {
  box-shadow: none;
}
