/*
Theme Name: Travel Tours
Theme URI: https://example.com/travel-tours
Author: Kolitha Nilame
Author URI: https://example.com
Description: A Bootstrap 5 classic WordPress theme for outbound tour operators and travel agents.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel-tours
Tags: travel, bootstrap, custom-menu, featured-images, threaded-comments, translation-ready

Travel Tours — Outbound tour operator theme powered by Bootstrap 5.
*/

/* ── Purple brand palette (tour operator) ──────────────────── */
:root {
	--tt-primary: #7c3aed;
	--tt-primary-dark: #5b21b6;
	--tt-primary-light: #8b5cf6;
	--tt-primary-rgb: 124, 58, 237;
	--tt-accent: #fbbf24;
	--tt-accent-hover: #f59e0b;
	--tt-highlight: #c4b5fd;
	--tt-dark: #1e1033;
	--tt-navy: #1a0a2e;
	--tt-muted: #64748b;
	--tt-light: #faf5ff;
	--tt-glass: rgba(255, 255, 255, 0.92);
	--tt-shadow: 0 8px 32px rgba(91, 33, 182, 0.14);
	--tt-radius: 0.75rem;
	--tt-body-font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
	--tt-nav-height: 76px;

	/* Bootstrap 5 sync */
	--bs-primary: #7c3aed;
	--bs-primary-rgb: 124, 58, 237;
	--bs-link-color: #7c3aed;
	--bs-link-hover-color: #5b21b6;
}

body {
	font-family: var(--tt-body-font);
	color: var(--tt-dark);
	background-color: #fff;
}

.btn-primary {
	--bs-btn-bg: var(--tt-primary);
	--bs-btn-border-color: var(--tt-primary);
	--bs-btn-hover-bg: var(--tt-primary-dark);
	--bs-btn-hover-border-color: var(--tt-primary-dark);
	--bs-btn-active-bg: var(--tt-primary-dark);
	--bs-btn-active-border-color: var(--tt-primary-dark);
}

.text-primary {
	color: var(--tt-primary) !important;
}

.bg-primary {
	background-color: var(--tt-primary) !important;
}
