/*
Theme Name: BoosterBundle
Theme URI: https://boosterbundle.local
Author: Antigravity Team
Author URI: https://antigravity.ai
Description: High-converting, modern eCommerce theme for WooCommerce featuring single-product sales landing pages, desktop slide-out cart drawer, and minimal checkout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boosterbundle
Tags: e-commerce, woocommerce, responsive-layout, grid-layout, one-column, custom-colors
*/

/* Base Theme Global Reset */
:root {
  --bb-primary: #2563eb;
  --bb-primary-hover: #1d4ed8;
  --bb-dark: #111827;
  --bb-gray-50: #f9fafb;
  --bb-gray-100: #f3f4f6;
  --bb-gray-200: #e5e7eb;
  --bb-gray-300: #d1d5db;
  --bb-gray-500: #6b7280;
  --bb-gray-600: #4b5563;
  --bb-gray-700: #374151;
  --bb-gray-900: #111827;
  --bb-green: #10b981;
  --bb-purple: #7c3aed;
  --bb-border-radius: 8px;
  --bb-font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
