/*
Theme Name: Inventivity Theme
Theme URI: https://inventivity.ro
Author: Catalin Ivan
Author URI: https://inventivity.ro
Description: A lightweight, Elementor-first WordPress theme focused on performance and clean structure.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inventivity-theme
Tags: elementor, minimal, performance, woocommerce
*/

/* Minimal defaults (can be disabled from Customizer) */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

body {
    margin: 0;
    padding: 0;
}

.inventivity-content {
    width: 100%;
}
