/*
Theme Name: Personify
Theme URI: https://personify.gifts/
Author: Personify
Author URI: https://personify.gifts/
Description: Personify — a modern WooCommerce theme for personalized gifts. Built for the Indian market with INR pricing, COD messaging, UPI support and a warm, romantic aesthetic. Includes a fully sectioned homepage (hero, categories, featured collection, customize steps, bestsellers, trust badges, Instagram feed, newsletter).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: personify
Tags: e-commerce, woocommerce, custom-colors, custom-menu, custom-logo, featured-images, translation-ready, right-sidebar, threaded-comments
WC requires at least: 7.0
WC tested up to: 9.0
*/

/*
 * NOTE: The full compiled stylesheet lives in /assets/css/main.css and is
 * enqueued from functions.php. This file exists for the WordPress theme
 * header above (required) and a small set of base fallbacks.
 */

:root {
	--pf-pink: #ec407a;
	--pf-pink-dark: #d81b60;
	--pf-pink-soft: #fce4ec;
	--pf-pink-tint: #fff5f8;
	--pf-amber: #f5a623;
	--pf-ink: #2b2b2b;
	--pf-muted: #7a7a7a;
}

body {
	margin: 0;
	font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
	color: var(--pf-ink);
	background: #ffffff;
}
