/*
Theme Name: CW Theme
Theme URI:  https://example.com/cwtheme
Author:     Philip Sada
Author URI: https://example.com
Description: A production-ready block theme using GSAP and Swiper.
Version:    1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cwtheme
*/

.wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main{
    flex:1;
}


/* body {
  opacity: 0;
  animation: pageFadeIn 0.8s ease-out forwards;
}

@keyframes pageFadeIn {
  to {
    opacity: 1;
  }
} */