/*
Theme Name: SkyTrade Aviation
Theme URI: https://skytradeaviation.com
Author: SkyTrade Aviation
Author URI: https://skytradeaviation.com
Description: Original theme for SkyTrade Aviation - private jet charter, helicopter transfers, medevac, and aircraft marketplace. Built to match the SkyTrade mobile app's design system (navy + gold, Cormorant Garamond + DM Sans).
Version: 1.0.6
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: skytrade
License: Proprietary
License URI: https://skytradeaviation.com

Built from scratch for SkyTrade Aviation. Compatible with WooCommerce and
Elementor. Designed to work alongside the site's existing booking plugins
(skytrade-aviation, aviation-brokerage-portal, event-aviation-booking,
empty-legs-pro) via standard WordPress template/content rendering -
no plugin-specific code lives in the theme itself.
*/

/* Minimal resets only - the full design system lives in assets/css/main.css
   equivalents (variables.css, base.css, etc), enqueued properly in
   functions.php so caching/versioning works. */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
