html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

body {
  font-family: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999;
}

::selection {
  background: #000;
  color: #fff;
}
