/*
Theme Name: Persian Demantoid
Description: Custom lightweight theme for the Persian Demantoid private gemstone showroom. Requires the "Persian Demantoid Core" plugin for the Gemstone post type and fields.
Author: Persian Demantoid
Version: 1.0.0
Text Domain: persian-demantoid
*/

:root{
	--ivory:#F6F2E8;
	--white:#FFFFFF;
	--warmgray:#DAD3C3;
	--charcoal:#211F1B;
	--green-deep:#12301F;
	--green-vivid:#2E6E42;
	--gold:#B7935A;
	--font-display:'Fraunces', serif;
	--font-body:'Public Sans', sans-serif;
	--font-mono:'JetBrains Mono', monospace;
}

body{
	background: var(--ivory);
	color: var(--charcoal);
	font-family: var(--font-body);
}

.pd-label{
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--green-deep);
}

.pd-ref{
	font-family: var(--font-mono);
	color: var(--green-vivid);
}

.pd-status{
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
	border: 0.5px solid var(--gold);
	display: inline-block;
	padding: 5px 10px;
}

.pd-btn{
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 16px 30px;
	border: 0.5px solid var(--charcoal);
	display: inline-block;
	background: var(--green-deep);
	color: var(--ivory);
}

/* Note: this stylesheet carries the design tokens only.
   Full layout CSS matches the approved homepage / gemstone-detail
   HTML mockups delivered separately — copy those styles into
   assets/css/main.css and enqueue via functions.php. */
