/* ==========================================================================
   Whisky & Ember — Design Tokens
   Charcoal / ember copper / off-white. Single source of truth for the brand.
   ========================================================================== */

:root {
	/* Core palette */
	--we-charcoal: #1A1A1A;        /* primary background */
	--we-charcoal-2: #232323;      /* card / raised surface */
	--we-ember: #C8860A;           /* ember copper accent */
	--we-ember-bright: #E0A93A;    /* hover / highlight */
	--we-offwhite: #F4F1EA;        /* primary text on dark */
	--we-muted: #A8A29A;           /* secondary text */
	--we-line: #3A3A3A;            /* hairline borders */

	/* Type */
	--we-font-display: Georgia, 'Times New Roman', serif;  /* swap for brand serif when chosen */
	--we-font-body: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

	/* Type scale */
	--we-fs-hero: clamp(2.4rem, 5vw, 4rem);
	--we-fs-h2: clamp(1.6rem, 3vw, 2.4rem);
	--we-fs-body: 1.05rem;
	--we-fs-small: 0.85rem;
	--we-lh-body: 1.6;

	/* Rhythm */
	--we-space-1: 0.5rem;
	--we-space-2: 1rem;
	--we-space-3: 2rem;
	--we-space-4: 4rem;
	--we-radius: 4px;
	--we-maxw: 1180px;
}
