html,
body {
  padding: 0;
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  height: 100%;
}

#__next {
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

textarea,
input {
  font-family: inherit !important;
  background: rgba(247, 246, 251, 0.5);
  border: 1px solid #dedee2;
  border-radius: 8px;
  color: #0d2854;
  height: 48px;
  padding: 0px 0 0 12px;
  font-weight: 600;
  font-size: 16px;
}
input::placeholder {
  opacity: 1;
}

span,
button {
  font-family: inherit !important;
  color: #0d2854;
}
p {
  font-family: inherit !important;
  color: #6f7782;
  display: inline;
  
  margin: 0;
}
h1,
h2 {
  margin: 0;
  font-weight: normal;
}
