body {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

body.set--in {
  opacity: 1;
}
