/*
Theme Name: Thurju
Theme URI: https://thurju.com
Author: Yatra
Author URI: https://thurju.com
Description: Nepal Adventure Ecosystem — a custom WordPress theme for treks, homestays, guides, gear, transport, weather, permits, and community. Built for THURJU.com.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: thurju
Tags: custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root{
  --thurju-green:#16a34a;
  --thurju-green-dark:#15803d;
  --thurju-green-light:#eafaf0;
  --thurju-dark:#111827;
  --thurju-gray-900:#111827;
  --thurju-gray-700:#374151;
  --thurju-gray-500:#6b7280;
  --thurju-gray-300:#d1d5db;
  --thurju-gray-100:#f3f4f6;
  --thurju-bg:#f9fafb;
  --thurju-white:#ffffff;
  --thurju-border:#e5e7eb;
  --thurju-red:#ef4444;
  --thurju-orange:#f97316;
  --thurju-blue:#3b82f6;
  --thurju-purple:#8b5cf6;
  --thurju-pink:#ec4899;
  --thurju-radius:14px;
  --thurju-radius-sm:10px;
  --thurju-shadow:0 1px 2px rgba(16,24,40,.05), 0 1px 3px rgba(16,24,40,.06);
  --thurju-shadow-md:0 4px 12px rgba(16,24,40,.08);
  --thurju-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
