/*
Theme name: DC Studio Luxury
*/
:root {
	--dc-bg: #0f0f0f;
	--dc-surface: #161616;
	--dc-gold: #b8975a;
	--dc-gold-soft: #cdb27a;
	--dc-cream: #f5f2ec;
	--dc-muted: #9a938a;
	--dc-radius: 2px;
}

body {
	background: var(--dc-bg);
	color: var(--dc-cream);
	font-family: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
	line-height: 1.7;
	margin: 0;
}

h1, h2, h3, .wp-block-site-title, .wp-block-post-title {
	font-family: "Marhey", "Playfair Display", serif;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--dc-cream);
}

a {
	color: var(--dc-gold);
	text-decoration: none;
}
a:hover { color: var(--dc-gold-soft); }

.wp-block-button__link {
	background: var(--dc-gold) !important;
	color: #141414 !important;
	border-radius: var(--dc-radius) !important;
	font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: "Marhey", serif;
	color: var(--dc-cream);
	font-size: 1.05rem;
}

.woocommerce ul.products li.product .price {
	color: var(--dc-gold);
	font-weight: 600;
}

.woocommerce span.onsale {
	background: var(--dc-gold);
	color: #141414;
	border-radius: 999px;
	font-weight: 700;
}

/* RTL refinements */
body.rtl .woocommerce ul.products li.product,
body.rtl .woocommerce-page ul.products li.product {
	float: right;
	margin-right: 0;
	margin-left: 3.8%;
}
body.rtl .woocommerce ul.products li.product:last-child,
body.rtl .woocommerce-page ul.products li.product:last-child {
	margin-left: 0;
}
