/*
Theme Name: YOOtheme Child
Theme URI: https://yootheme.com
Description: Child theme per piediluco.info con supporto a Tailwind CSS condizionale per la homepage.
Author: Antigravity AI
Template: yootheme
Version: 1.0.0
*/

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

/* Reset Box-Sizing isolato per la sola homepage Tailwind */
#tm-main-custom, 
#tm-main-custom *, 
#tm-main-custom ::before, 
#tm-main-custom ::after {
    box-sizing: border-box !important;
}


