/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme para Hello Elementor — Tienda Zacarias B2B
Author: Tienda Zacarias
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tienda-zacarias
*/

/* ========================================
   B2B Design Tokens & Typography
   ======================================== */

:root {
	/* Elementor System Colors */
	--b2b-navy: #1C1C1C;          /* Primary — Negro Obsidiana Mate */
	--b2b-navy-light: #444444;    /* Secondary — Gris Grafito Profundo */
	--b2b-gold: #C5A059;          /* Accent — Oro Viejo Satinado */
	--b2b-gold-light: #B08D4B;    /* Hover Accent — Oro Oscurecido */
	--b2b-white: #FFFFFF;         /* Text Light */
	--b2b-gray-50: #F8F9FA;       /* BG Light — Gris Extraclaro */
	--b2b-gray-100: #E0E0E0;      /* Borders — Gris Claro */
	--b2b-gray-200: #E0E0E0;      /* Borders — Gris Claro */
	--b2b-gray-600: #757575;      /* Text Muted — Gris Neutro */
	--b2b-text: #333333;          /* Text General — Gris Carbono */
	--b2b-success: #28A745;
	--b2b-success-dark: #155724;
	--b2b-danger: #DC3545;
	--b2b-warning: #856404;
}

body {
	font-family: 'DM Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Sans', sans-serif;
}

/* ========================================
   WooCommerce — Full-width layout
   ======================================== */

.b2b-main-content {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 1rem 2rem;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.b2b-main-content {
		padding: 1rem 1rem;
	}
}

@media (max-width: 480px) {
	.b2b-main-content {
		padding: 0.75rem 0.75rem;
	}
}
