/*
Theme Name: Vencilla Global Excellence
Theme URI: https://vencilla.com
Author: Vencilla Dev Team
Author URI: https://vencilla.com
Description: Premium enterprise WordPress theme for Vencilla — a dual-division Textiles & Pharmaceuticals export company. Built for full Elementor Pro editability, WooCommerce catalog-mode product management, and ACF-driven content blocks. Every section (header, footer, hero, divisions, stats, catalog, certifications, contact) is editable from wp-admin without code.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vencilla
Tags: custom-menu, custom-logo, threaded-comments, translation-ready, woocommerce, elementor

This is the base stylesheet required by WordPress. It intentionally stays minimal —
all visual design lives in /assets/css/main.css and /assets/css/responsive.css so
Elementor's own CSS layer never has to fight specificity wars with a bloated style.css.
*/

/* Minimal resets kept here only because WP requires this file to exist and be enqueued */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }
