body {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.sw-ready {
  opacity: 1;
}
