/*
Theme Name:     Hello Elementor Child
Theme URI:      https://elementor.com/
Description:    A clean, lightweight child theme for the Hello Elementor parent theme.
Author:         Rakesh Tiwari
Author URI:     https://yourdomain.com/
Template:       hello-elementor
Version:        1.0.0
Text Domain:    hello-elementor-child
*/

/* ==========================================================================
   Custom Mobile & UX Overrides (Global Styles)
   ========================================================================== */

/* Global box-sizing for predictable layouts */
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

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