/**
 * Real Estate — shared website / portal theme (CSS custom properties).
 * Used by www routes and injected on standard Website pages via hooks.
 */

:root {
	/* Gold */
	--gold: #b88914;
	--gold-mid: #c9a227;
	--gold-bright: #e8d48b;
	--gold-dim: #8a7019;
	--gold-deep: #8a7019;
	--gold-pale: #f5ead4;

	/* Neutrals */
	--cream: #fefdf9;
	--cream-warm: #faf6ee;
	--cream-deep: #f0e8dc;
	--white: #ffffff;
	--sand: #ebe4d8;

	/* Text */
	--ink: #2a2318;
	--ink-muted: rgba(42, 35, 24, 0.58);
	--ink-soft: rgba(42, 35, 24, 0.55);

	/* Ops nav accents */
	--triangle: #c4b8a4;
	--logo-black: #0a0a0a;

	/* Layout */
	--radius-lg: 22px;

	/* Typography (pair with Google Fonts link on each page) */
	--font-display: "Cormorant Garamond", Georgia, serif;
	--font-ui: "Outfit", system-ui, sans-serif;
}
