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

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  font-weight: 700;
}

:root {
  font-size: 16px;
}

body {
  background-color: #fff;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

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

strong {
  font-weight: normal;
  font-weight: 700;
}
