/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/fixie/frontend.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
:where(.flair-fixie) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  scroll-snap-align: start;
  top: 0;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
:where(.flair-fixie):is(.background, .wp-block-cover__background) {
  margin: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
:where(.flair-fixie)[data-is-intersecting=true]:not(:has(img)) :is(.background, .wp-block-cover__background) {
  opacity: calc((var(--intersection-ratio) - 0) * 1) !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
:where(.flair-fixie)[data-is-intersecting=true]:has(img) :is(.wp-block-cover__image-background) {
  opacity: calc((var(--intersection-ratio) - 0) * 1) !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
:where(.flair-fixie):where(.foreground, .wp-block-cover__inner-container) {
  /* 
  	border: 1px dashed pink;
  */
  margin: 50vh 0;
  min-height: 50vh;
  width: 100%;
}
:where(.flair-fixie):where(.foreground, .wp-block-cover__inner-container) .wp-block-group {
  min-height: 50vh;
}
.flair-fixie + .flair-fixie {
  /* 	margin-top: -60vh; */
}

/*# sourceMappingURL=frontend.css.map*/