/*
Theme Name:        Fast Eagle
Theme URI:         https://fasteagletravelandtoursim.com/
Author:            Fast Eagle Travel & Tours
Author URI:        https://fasteagletravelandtoursim.com/
Description:        A premium, high-performance travel & tourism theme for Fast Eagle Travel & Tours. Original design — pairs with the Fast Eagle Core plugin for tours, packages, visas, cruises, hotels, activities and inquiries. Built mobile-first with Swiper sliders and lightweight GSAP animations.
Version:           1.0.0
Requires at least: 6.4
Tested up to:      6.6
Requires PHP:      8.1
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       fast-eagle
Tags:              travel, tourism, custom-colors, custom-menu, featured-images, translation-ready, block-styles, rtl-language-support
*/

/*
 * NOTE: The full compiled styles live in /assets/css/main.css (enqueued from
 * functions.php). This file holds the required theme header and the design
 * tokens so the whole brand can be re-coloured from one place.
 *
 * ── Fast Eagle design tokens ─────────────────────────────────────────────
 * Palette direction: Teal + Coral (modern travel).
 * Change these values to rebrand the entire site.
 */

:root {
	/* Brand */
	--fe-teal-900: #063d3c;
	--fe-teal-700: #0b5e5c;
	--fe-teal:     #0e7c7b; /* primary */
	--fe-teal-400: #3fa9a6;
	--fe-teal-100: #d7efee;
	--fe-teal-50:  #eef8f7;

	--fe-coral-700: #e0463a;
	--fe-coral:     #ff6b5b; /* accent / CTA */
	--fe-coral-300: #ff9d92;
	--fe-coral-50:  #fff0ee;

	/* Neutrals */
	--fe-ink:      #0f1b2d; /* headings / body strong */
	--fe-body:     #3a4653; /* body copy */
	--fe-muted:    #6b7787;
	--fe-line:     #e6eaef;
	--fe-bg:       #ffffff;
	--fe-bg-soft:  #f6f8fb;
	--fe-bg-tint:  var(--fe-teal-50);

	/* Semantic */
	--fe-primary:      var(--fe-teal);
	--fe-primary-dark: var(--fe-teal-700);
	--fe-accent:       var(--fe-coral);
	--fe-accent-dark:  var(--fe-coral-700);
	--fe-star:         #ffb400;
	--fe-success:      #1f9d55;

	/* Typography */
	--fe-font-head: 'Playfair Display', 'Georgia', serif;
	--fe-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--fe-fs-body: 1rem;
	--fe-lh-body: 1.65;

	/* Layout */
	--fe-container: 1240px;
	--fe-container-wide: 1440px;
	--fe-gutter: clamp(16px, 4vw, 40px);
	--fe-section-y: clamp(48px, 7vw, 96px);

	/* Shape & depth */
	--fe-radius-sm: 10px;
	--fe-radius: 16px;
	--fe-radius-lg: 24px;
	--fe-radius-pill: 999px;
	--fe-shadow-sm: 0 2px 8px rgba(15, 27, 45, 0.06);
	--fe-shadow: 0 12px 30px rgba(15, 27, 45, 0.10);
	--fe-shadow-lg: 0 24px 60px rgba(15, 27, 45, 0.16);
	--fe-ring: 0 0 0 3px rgba(14, 124, 123, 0.25);

	/* Motion */
	--fe-ease: cubic-bezier(0.16, 1, 0.3, 1);
	--fe-dur: 0.35s;

	/* Header height (used for sticky offsets) */
	--fe-header-h: 84px;
}

@media (prefers-reduced-motion: reduce) {
	:root { --fe-dur: 0.001s; }
}
