/*
Theme Name: WPPlugi Launch
Theme URI: https://wppluggi.com
Author: WPPlugi
Author URI: https://wppluggi.com
Description: A professional, SEO-friendly, fully editable WordPress block theme for selling WordPress plugins and SaaS tools.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
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: wpplugi-launch
Tags: full-site-editing, block-patterns, custom-colors, editor-style, featured-images, one-column, wide-blocks
*/

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { text-underline-offset: .18em; }
.wp-site-blocks { overflow-x: clip; }
.wp-block-button__link { transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(15, 23, 42, .16); }
.wp-block-navigation a:hover { color: var(--wp--preset--color--accent); }
.product-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(15, 23, 42, .12); border-color: var(--wp--preset--color--accent) !important; }
