/*
Theme Name: Sahara Tripper
Theme URI: https://saharatripper.com
Author: Sahara Tripper
Author URI: https://saharatripper.com
Description: Custom WordPress theme for Sahara Tripper — authentic Sahara desert tours, camel treks, luxury Berber camps, and travel journal. Built from the original static site with pixel-perfect Tailwind markup, custom post types for tours and destinations, and a clean, secure asset pipeline.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: saharatripper
Tags: travel, tours, custom-post-types, custom-menu, featured-images, threaded-comments, translation-ready
*/

.prose {
	color: hsl(var(--foreground));
}

.prose p {
	margin: 1rem 0;
	line-height: 1.8;
	color: hsl(var(--foreground));
}

.prose h2,
.prose h3,
.prose h4 {
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	font-family: "Fraunces", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 600;
	line-height: 1.2;
	color: hsl(var(--foreground));
}

.prose h2 {
	font-size: clamp(1.6rem, 2vw, 2rem);
}

.prose h3 {
	font-size: clamp(1.2rem, 1.4vw, 1.45rem);
}

.prose ul,
.prose ol {
	margin: 1rem 0;
	padding-left: 1.4rem;
}

.prose ul {
	list-style: disc;
}

.prose ol {
	list-style: decimal;
}

.prose li {
	margin: 0.35rem 0;
	line-height: 1.75;
}

[data-site-header].is-scrolled .header-site-brand {
	color: #fff;
}

[data-site-header].is-scrolled .header-site-brand .text-primary {
	color: hsl(var(--primary));
}

[data-site-header].is-scrolled .header-primary-link {
	color: rgb(255 255 255 / 0.92);
}

[data-site-header].is-scrolled .header-primary-link.text-primary {
	color: hsl(var(--primary));
}

[data-site-header].is-scrolled .header-mobile-toggle {
	color: #fff;
}

[data-site-header].is-scrolled .header-mobile-toggle:hover {
	background-color: rgb(255 255 255 / 0.12);
}
