/*
Theme Name: Suntourz Thailand - Luxury Travel & Tour Operator
Theme URI: https://suntourz.com
Author: Suntourz Boutique Travel Co.
Author URI: https://suntourz.com
Description: Dedicated luxury tour operator WordPress theme for Suntourz Thailand. Automatically creates Home page, Tours Archive, Single Tour Details, and Bespoke Concierge Planner upon activation. Features modern Outfit typography, responsive React catalogue, and direct WhatsApp & Telegram concierge.
Version: 2.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suntourz-theme
Tags: travel, luxury, tours, thailand, boutique, modern, responsive-layout, full-width-template, holiday-planner
*/

/* WordPress Baseline Reset for Suntourz Application */
html, body {
    margin: 0;
    padding: 0;
    background-color: #FAF8F5;
    color: #1A1C1B;
    font-family: 'Outfit', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

#suntourz-root, #root {
    min-height: 100vh;
    width: 100%;
}

