/*
Theme Name: InventCel
Theme URI: https://inventcel.com
Author: InventCel
Author URI: https://inventcel.com
Description: Tema oficial de InventCel — software de ventas y control de inventarios. Fácil y Completo. Construido a partir del manual de marca InventCel (paleta Azul InventCel / Verde Mar / Ámbar Energía, tipografía redondeada para títulos y tipografía utilitaria para cuerpo).
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: inventcel
Tags: business, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
*/

/* Base resets — full design system lives in assets/css/main.css, enqueued via functions.php */
* { box-sizing: border-box; }
html{ scroll-behavior: smooth; overflow-x: hidden; }
body{
	margin: 0;
	overflow-x: hidden;
	max-width: 100%;
}
body.ic-nav-open{ overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
