@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Reimin Light';
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.active {
  opacity: 1;
}