* {
  box-sizing: border-box;
}

body, html {
  color: #333;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
}
