/*
Theme Name: SkyTrade Operator
Theme URI: https://operators.skytradeaviation.com
Author: SkyTrade Aviation
Author URI: https://skytradeaviation.com
Description: Marketing site for the SkyTrade Operator platform (mission lifecycle, fleet/crew/compliance, dispatch, B2B network, Client Documents, API). Sister theme to SkyTrade Aviation's consumer-facing site - shares the navy + gold, Cormorant Garamond + DM Sans design system, but is a fully separate, self-contained theme: every marketing page is created by the theme itself on activation (inc/setup-pages.php), nothing needs building by hand in WP admin.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: skytrade-operator
License: Proprietary
License URI: https://skytradeaviation.com
Self-contained by design: activate the theme and every page in the site
map exists, published, with its template assigned and the primary nav
built - no manual page creation, no page builder required. See
inc/setup-pages.php for the exact mechanism (versioned, re-syncs on any
page load if the page list has changed since last activation).
*/
/* Minimal resets only - the real design system lives in assets/css/*,
   enqueued in inc/enqueue.php so caching/versioning works correctly. */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }