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

#__next {
  height: 100%;
}

a:not(.new-ui) {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

textarea:not(.new-ui),
input:not(.new-ui) {
  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:not(.new-ui)::placeholder {
  opacity: 1;
}

span:not(.new-ui),
button:not(.new-ui) {
  font-family: inherit !important;
  color: #0d2854;
}
p:not(.new-ui) {
  font-family: inherit !important;
  color: #6f7782;
  display: inline;

  margin: 0;
}
h1:not(.new-ui),
h2:not(.new-ui) {
  margin: 0;
  font-weight: normal;
}
