/* 242EAT bright branded background theme */
html{background:#f7fbf8}
body.site-theme,body.auth-theme{
  background-color:#f7fbf8 !important;
  background-image:linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),url('assets/242eat_bright_food_background.webp') !important;
  background-size:cover !important;
  background-position:center top !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
}
body.auth-theme{
  background-image:linear-gradient(rgba(255,255,255,.72),rgba(255,255,255,.72)),url('assets/242eat_bright_food_background.webp') !important;
}
body.auth-theme .panel{
  background:rgba(255,255,255,.94) !important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 20px 60px rgba(16,32,23,.12) !important;
}
body.site-theme .top,body.auth-theme .top{
  background:rgba(255,255,255,.90) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
@media(max-width:760px){
  body.site-theme,body.auth-theme{
    background-size:auto 100vh !important;
    background-position:center top !important;
    background-attachment:scroll !important;
  }
}
