/*
Theme Name: Voyage Consultants & Travels
Theme URI: https://voyagetravels.com.pk
Author: Voyage Consultants & Travels
Author URI: https://voyagetravels.com.pk
Description: A pixel-faithful WordPress conversion of the Voyage Consultants & Travels React/Vite single-page website. Built as a fully static, self-contained theme (no build step, no Node/npm/Vite required).
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: LICENSE
Text Domain: voyage-consultants
Tags: one-page, education, custom-colors, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   NOTE: The actual site styling lives in assets/css/main.css and is enqueued
   via functions.php (wp_enqueue_style). This file must exist for WordPress
   to recognize the theme and stores only the required theme header above,
   plus a tiny safety reset so the theme still looks correct even if the
   compiled stylesheet fails to load for any reason.
   ========================================================================== */

* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
