/**
 * Theme Name:        Easyway Global Travel
 * Theme URI:         https://github.com/sefann/easywayglobal
 * Description:       Custom WordPress theme for Easyway Global, travel agency and international education consultancy. Built without page builders.
 * Author:            Easyway Global
 * Author URI:        https://github.com/sefann/easywayglobal
 * Version:           1.0.0
 * Requires at least: 6.4
 * Tested up to:      6.8
 * Requires PHP:      8.0
 * License:           GNU General Public License v2 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:       easyway-global-travel
 * Tags:              travel, education, custom-menu, featured-images, theme-options, translation-ready, accessibility-ready, block-styles, wide-blocks
 *
 * This file is required by WordPress. Front-end styles are compiled from
 * assets/css/src/input.css into assets/css/dist/theme.css via Tailwind CSS.
 *
 * @package Easyway_Global_Travel
 */

body {
	margin: 0;
	background: #f4efe6;
	color: #1a1a1a;
	font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
}

.ewgt-header {
	background: #fff;
}

.ewgt-hero {
	background: #0b1f3a;
	color: #fff;
}

.ewgt-hero h1 {
	color: #fff !important;
}

.ewgt-footer h2 {
	color: hsla(0, 0%, 100%, 0.7);
}

.ewgt-footer {
	background: #0b1f3a;
	color: #fff;
}
