/*
Theme Name: TreeTrek Gamboa
Theme URI: https://www.gamboatreetrek.com
Author: TreeTrek Gamboa
Author URI: https://www.gamboatreetrek.com
Description: Tema personalizado para Tree Trek Gamboa Adventure Park. Construido en PHP puro (sin dependencia de constructores pesados), 100% compatible con Elementor y Elementor Pro (Theme Builder), listo para WPML. Diseño moderno inspirado en el sitio original, optimizado en velocidad y responsive.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: treetrek
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready, theme-options, threaded-comments, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Elementor compatibility: this theme deliberately keeps header.php / footer.php
lightweight and lets Elementor (and Elementor Pro Theme Builder locations)
fully control the content area of every page/post via the_content().
*/

/* -----------------------------------------------------------
   Base reset - the real design system lives in assets/css/*.css
   (kept separate on purpose so Elementor's own CSS never fights
   with ours, and so the design tokens are easy to re-theme).
----------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ttg-text, #202b22);
	background: var(--ttg-bg, #ffffff);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

ul[class] {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	font-family: inherit;
}
