/*
Theme Name: Travel Aeon
Theme URI: https://travelaeon.com/
Author: Obaid Badsha
Author URI: https://obaidbadsha.com/
Description: A premium Elementor-friendly Travel Affiliate WordPress theme designed for travel publications, destination guides, hotel recommendations, travel deals, and gear reviews. Built with performance, accessibility, and conversion in mind. Compatible with Elementor Free and Elementor Pro Theme Builder.
Version: 1.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: travel-aeon
Tags: travel, affiliate, blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

Travel Aeon is distributed under the terms of the GNU GPL v2 or later.
Designed and Developed by Obaid Badsha (https://obaidbadsha.com/)
*/

/*----------------------------------------------------------------------
 * This stylesheet is intentionally minimal. The full design system
 * lives in /assets/css/main.css, which is enqueued through functions.php.
 * A small block of critical defaults follows for the admin preview.
 *--------------------------------------------------------------------*/

body {
    margin: 0;
    font-family: var(--ta-font-body, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--ta-text, #1a2233);
    background: var(--ta-white, #fafaf7);
}

a { color: var(--ta-primary, #0f3057); text-decoration: none; }
a:hover { color: var(--ta-accent, #2e8b7a); }
