/*
Theme Name: Insano Pudim
Theme URI: https://insanopudim.com.br
Author: Insano Pudins
Author URI: https://insanopudim.com.br
Description: Tema customizado para landing page de vendas de pudins. Paleta vinho/dourado, foco em conversão e CTA para WhatsApp.
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insano-pudim
Tags: one-column, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, sticky-post, theme-options, translation-ready, food-and-drink

Insano Pudim - Landing page vendedora para pudins.
*/

/* Base resets and theme variables - full layout in assets/css/landing.css */
:root {
	--ip-wine: #6B111C;
	--ip-wine-dark: #4a0c14;
	--ip-gold: #c9a227;
	--ip-gold-light: #e8d48b;
	--ip-cream: #faf6f0;
	--ip-text: #2c2c2c;
	--ip-text-muted: #6b6b6b;
}

body.insano-pudim-landing {
	margin: 0;
	padding: 0;
	font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
	color: var(--ip-text);
	background: var(--ip-cream);
}
