/*
Theme Name: Altitude — GHAC
Theme URI: https://annualghac.com
Author: Global Humanitarian Aviation
Author URI: https://annualghac.com
Description: Altitude — a cinematic-editorial, Elementor-native theme for the Global Humanitarian Aviation Conference (GHAC). Deep aviation navy, sky-blue and warm amber; built for the GHAC Events & Booking plugins.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
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: altitude
Tags: events, conference, custom-colors, custom-menu, custom-logo, featured-images, elementor, translation-ready, full-width-template
*/

/*
 * The full design system lives in assets/css/altitude.css (enqueued properly).
 * This file carries only the required theme header + a minimal safety reset
 * so the theme renders acceptably even before the stylesheet loads.
 */
:root{ --ghac-navy:#1D1D1E; --ghac-amber:#4D9CDA; }
body{ margin:0; font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#1D1D1E; }
a{ color:#1F6FB2; }
img{ max-width:100%; height:auto; }
