/*
Theme Name: Adventure Tour Travels
Theme URI: https://adventuretourtravels.com
Author: AdventureCo
Author URI: https://adventuretourtravels.com
Description: Classic hybrid WordPress theme for adventure tour and travel packages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adventuretourtravels
Tags: travel, tour, adventure, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Base reset — page-specific styles live in assets/css/ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', sans-serif; color: #1A1A2E; background: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
