/*
Theme Name: Jambo Vacations
Theme URI: https://jambovacations.com
Author: OrbitX Technologies
Author URI: https://jambovacations.com
Description: A modern tour & safari theme for Jambo Vacations & Safaris (Zanzibar / Tanzania). Custom Tour post type, tiered pricing (up to 8 adults + children), booking via Online / Email / WhatsApp, WhatsApp chatbot lead capture, TripAdvisor review slider, and full customizer control. WooCommerce is used only as the online payment rail (hybrid model).
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: jambo-vacations
Tags: travel, tour, safari, booking, woocommerce
*/

/*
  All functional styles are enqueued from assets/css/main.css.
  This file holds only the required theme header plus the brand token layer.
  Brand palette sampled from the Jambo Vacations logo (safari gold + deep teal ocean).
*/

:root {
  /* Brand — sampled from logo: safari gold, deep ocean teal, warm sand */
  --jv-gold: #E8A33D;        /* primary accent - safari sun */
  --jv-gold-dark: #C7842A;
  --jv-teal: #0E5A63;        /* deep ocean / Zanzibar water */
  --jv-teal-dark: #093F46;
  --jv-sand: #F6EFE2;        /* warm paper background */
  --jv-ink: #1C2321;         /* near-black text */
  --jv-muted: #6B7772;
  --jv-white: #FFFFFF;
  --jv-line: #E4DCCB;

  --jv-shadow: 0 12px 40px rgba(9, 63, 70, 0.12);
  --jv-radius: 14px;
  --jv-radius-sm: 8px;

  --jv-font-display: 'Fraunces', Georgia, serif;
  --jv-font-body: 'Inter', system-ui, -apple-system, sans-serif;
}
