/* v6.9.147: reveal each page only after Inter is ready, using opacity only. */
html.fueltek-page-pending body {
  opacity: 0 !important;
}

html.fueltek-page-ready body {
  opacity: 1;
  transition: opacity 160ms ease-out !important;
}

html.fueltek-page-leaving body {
  opacity: 0 !important;
  pointer-events: none !important;
  transition-duration: 110ms !important;
  transition-timing-function: ease-in !important;
}

@media (prefers-reduced-motion: reduce) {
  html.fueltek-page-ready body,
  html.fueltek-page-leaving body {
    transition: none !important;
  }
}
