/*
Theme Name: Theavy MMO Tour
Theme URI: https://visionaryventures.example
Author: Visionary Ventures
Author URI: https://visionaryventures.example
Description: White-label tour booking theme for Cambodian guides. Original day-by-day itinerary layout, multi-guide dashboard, and booking capture. Built for resale.
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theavy-tour
*/

/* ===================================================================
   DESIGN TOKENS — "Monsoon & Marigold"
   Inspired by the Tonlé Sap at dusk, palm-leaf sastra manuscripts bound
   with cord, and the marigold garlands left as temple offerings.
   =================================================================== */
:root{
  --stone:      #c3c7bb;   /* wet-season moss stone — page background */
  --stone-dark: #9aa190;   /* shadowed moss stone — borders, dividers */
  --jungle:     #15303d;   /* monsoon river-dusk — dark sections, header/footer */
  --jungle-2:   #1e4152;   /* lighter dusk panel */
  --gilt:       #d98e2b;   /* marigold offering — primary accent */
  --gilt-light: #f0b45c;   /* marigold hover / highlight */
  --brick:      #a13d2c;   /* temple lacquer red — secondary accent */
  --ink:        #1b2420;   /* body text */
  --paper:      #e9e6d8;   /* palm-leaf manuscript paper — card / panel background */
  --white:      #faf8f2;

  --font-display: 'Spectral', Georgia, serif;
  --font-body: 'Manrope', -apple-system, Helvetica, Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', 'Courier New', monospace;
  --font-script: 'Caveat', cursive;

  --radius: 3px;
  --max-w: 1180px;
}
