/*
Theme Name: WP Cooper
Theme URI: https://wpcooper.com/
Author: WP Cooper
Description: WP Cooper is a modern block-based WordPress theme built for Full Site Editing (FSE). It’s designed to help you launch stunning, lightning-fast, and lightweight websites for your SaaS, app, or startup without writing a line of code. With drag-and-drop Gutenberg blocks, you can easily create and customize your site using our large library of pre-built patterns and starter templates. Whether you need a landing page, pricing page, blog, or a complete SaaS website, WP Cooper gives you the building blocks to make it happen quickly. Enjoy intelligent global style controls for fonts and colors, so you can keep your brand consistent with just a few clicks. No bloat, no heavy setup, just a fast, flexible, and creative theme made for SaaS App Software and Startups landing page,  that need to move fast.
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-cooper
Tags: blog, block-patterns, block-styles, block themes, full-site-editing, template-editing, translation-ready, wide-blocks, style-variations, custom-logo, featured-images, rtl-language-support, full-width-template
*/




  

/* Smooth scrolling for the whole page */
html {
    scroll-behavior: smooth;
  }
  
.wp-element-button,a {
  transition: all 0.3s ease-in-out;
}

.wp-element-button:hover {
  opacity: 0.7;
}

.wp-block-button__link {
  display: flex;
  align-items: center;
  text-align: left;
  gap:0.5rem;
  justify-content: center;
}


.wp-block-template-part:has(.is-position-sticky) {
  position: sticky;
  top: 0; /* example */
  z-index:100;
}


