/*
Theme Name: DHFM Shop
Theme URI: https://dhfm.in
Author: DHFM
Description: Shopping-style deals & price-comparison theme for dhfm.in. Pairs with the DHFM Affiliate Engine plugin.
Version: 1.0.0
Text Domain: dhfm-shop
*/

:root {
	--dhfm-primary: #ff6b00;
	--dhfm-dark: #1a1a2e;
	--dhfm-bg: #f5f6f8;
	--dhfm-card-bg: #ffffff;
	--dhfm-text: #222222;
	--dhfm-muted: #6b7280;
	--dhfm-success: #16a34a;
	--dhfm-danger: #dc2626;
	--dhfm-radius: 10px;
}

* { box-sizing: border-box; }

body {
	background: var(--dhfm-bg);
	color: var(--dhfm-text);
	font-family: 'Segoe UI', Roboto, -apple-system, sans-serif;
	margin: 0;
}

a { color: inherit; text-decoration: none; }

.dhfm-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}
