/*
Theme Name: NovaChile
Theme URI: https://novachile.cl
Description: Child theme de Storefront para NovaChile — multi-produto COD Chile, com landings de alta conversão por produto.
Author: NovaChile
Version: 0.1.0
Template: storefront
Text Domain: novachile
*/

:root {
	/* Paleta NovaChile — cores da bandeira de Chile */
	--nova-primary: #0039A6;       /* azul bandeira */
	--nova-primary-dark: #002770;
	--nova-red: #D52B1E;            /* vermelho bandeira */
	--nova-red-dark: #A8221A;
	--nova-bg-soft: #f0f4fc;
	--nova-accent: #0F172A;         /* preto premium pro footer */
	--nova-cta: #D52B1E;            /* CTA usa vermelho bandeira (urgência + identidade) */
	--nova-cta-dark: #A8221A;
	--nova-text: #0F172A;
	--nova-muted: #64748B;
	--nova-success: #10B981;
}

body.theme-novachile {
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	color: var(--nova-text);
	background: #ffffff;
}

body.theme-novachile a { color: var(--nova-primary); }
body.theme-novachile a:hover { color: var(--nova-primary-dark); }

body.theme-novachile .button,
body.theme-novachile button.button {
	background: var(--nova-primary);
	color: #fff;
	border-radius: 12px;
	font-weight: 700;
	padding: 14px 24px;
}
body.theme-novachile .button:hover { background: var(--nova-primary-dark); }
