/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive
*/

/* ================================================================
   Imperio Panda · tokens de diseño + base tipográfica global
   Usados por home.css y single-product.css.
   ================================================================ */

:root {
	--cb-red: #e1261c;
	--cb-red-dark: #b81e16;
	--cb-ink: #1a1a1a;
	--cb-ink-soft: #5a5a5a;
	--cb-muted: #8a8a8a;
	--cb-line: #e5e5e5;
	--cb-bg-soft: #f5f5f5;
	--cb-bg-softer: #fafafa;
	--cb-green: #2e7d32;
	--cb-radius: 8px;
	--cb-radius-sm: 4px;
	/* Para cambiar la fuente, swappea aquí el nombre (y Google Fonts en functions.php). */
	--cb-font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--cb-max: 1280px;
	--cb-gutter: 24px;
}

body {
	font-family: var(--cb-font);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
