/*
Theme Name: THL WordPress
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: Trans Hotel Landing WordPress theme with modular structure
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thl-wordpress
Tags: hotel, landing-page, custom

This theme is built with a modular structure to maintain clean, organized code.
*/

/* ==========================================================================
   Theme globals are imported from assets/css/
   Individual component styles are loaded via functions.php
   ========================================================================== */

/* Core reset */
* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}

html,
body {
   background: #e9e9e9;
   height: 100%;
   margin: 0;
   padding: 0;
   font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
}

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

.container {
   width: 90%;
   max-width: 1200px;
   margin: 0 auto;
}