/*
Theme Name: Nuage Theme
Theme URI: http://example.com/nuage-theme
Author: Antigravity
Author URI: http://example.com
Description: A custom WordPress theme with Vanta.js, GSAP, and Lenis.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nuage-theme
*/

/* Reset & Basic Styles are handled by Bootstrap */
html {
    height: auto;
}

body {
    overflow-x: clip;
    /* Prevent horizontal scroll from full-width sections */
    height: auto;
}