/*
Theme Name: Thurju - Nepal Adventure Ecosystem
Theme URI: https://thurju.com
Author: Thurju Team
Author URI: https://thurju.com
Description: Custom WordPress theme for Thurju.com — a Nepal travel & adventure ecosystem covering treks, homestays, guides, gear rental, transport, weather, permits and more. Built to match the Thurju homepage layout pixel-for-pixel with fully editable content areas, custom menus and widget-ready sidebars.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thurju
Tags: custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, travel, e-commerce

Thurju is a custom-built WordPress theme. All primary styling lives in
assets/css/main.css (enqueued via functions.php). This file only contains
the required theme header comment above, plus the mandatory WordPress
generic classes below so the theme validates correctly.
*/

/* Basic WP required classes (kept minimal — full styling in assets/css/main.css) */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
