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

html {
  font-size: 15px;
}

html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.6;
}

code,
.mono {
  font-family: "JetBrains Mono", monospace;
}
