body {
	opacity: 0;

	&.ready {
		opacity: 1;
		transition: 0.25s opacity;
	}
}
