/*
Theme Name: LetGo - Surprise Trip Booking
Theme URI: https://letgo.com
Author: LetGo Team
Description: Modern, responsive theme for surprise trip booking with customizable layouts
Version: 1.0.0
License: GPL v2 or later
Text Domain: letgo
*/

/* Minimal reset - all other styles are in assets/css/letgo-theme.css */
* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}
