@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900');

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  overflow-x: hidden;
  /* fixing the overflow duting animation */
  color: #444;
}
