/*
Theme Name: Mushyy Ultra Pro
Theme URI: https://mushyy.com/
Description: V3 Ultra Pro Astra Child Theme with premium UI, WooCommerce-ready styling, sticky header, dark/light mode support, animation effects, custom CSS/JS, SEO-ready structure, and performance-friendly setup.
Author: R K Prajapati
Author URI: https://r-k-prajapati-portfolio.vercel.app/
Template: astra
Version: 3.0.0
Text Domain: mushyy-ultra-pro
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --mushyy-radius: 18px;
  --mushyy-shadow: 0 12px 35px rgba(0,0,0,.08);
  --mushyy-transition: all .25s ease;
}

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
.button, .ast-button, button, input[type="submit"] {
  border-radius: var(--mushyy-radius);
  transition: var(--mushyy-transition);
}
