body {
  height: 100%;
  margin: 0;
  font-family: DM Sans,sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  color: inherit;
}

*, *:before, *:after {
  box-sizing: border-box;
}
