/*
Theme Name: X3DE Camps
Theme URI: https://x3debookings.co.za
Author: Aquila Web Sec
Author URI: https://genr8.agency
Description: A bold, dark, WooCommerce-ready booking theme for X3DE Jeug & Kids Kampe. Features a floating pill bottom-nav, camp booking cards with live availability, and fully restyled cart & checkout for ticket bookings. Matches the X3DE brand (orange #ff7a18 on charcoal).
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
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: x3de
Tags: woocommerce, booking, camps, dark, custom-colors, e-commerce, full-width-template
WC requires at least: 6.0
WC tested up to: 9.0

X3DE Camps is built by Aquila Web Sec. The main stylesheet lives in assets/css/main.css
and is enqueued from functions.php. This file only carries the theme header and a
minimal safety reset so the theme is valid even if the enqueue is bypassed.
*/

:root {
  --x3-orange: #ff7a18;
  --x3-orange-2: #ffb26b;
}

/* Minimal safety reset — the real styling is in assets/css/main.css */
* { box-sizing: border-box; }
body { margin: 0; }
