/*
Theme Name: Simple Theme for Jellyfish CodeBox
Template: astra
Text Domain: simple-theme-jellyfish-codebox
Version: 1.0.0
*/

html, body {
  height: 100%;
}

body.simple-landing {
  margin: 0;
  min-height: 100vh;
  background: #f4f6fb;
  overflow: hidden;
}

.simple-landing__bg {
  position: fixed;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transition: opacity 0.35s ease;
}

.simple-landing.simple-landing--exit .simple-landing__bg {
  opacity: 0;
}

.simple-landing__link {
  position: fixed;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
