/*
Theme Name: Fumée
Theme URI: https://fumee.kilnwp.com/
Author: Kiln
Author URI: https://kilnwp.com/
Description: A cocktail bar / mixology craft-studio theme built around a real GPU smoke simulation — a genuine buoyant-plume Navier-Stokes solver (velocity/density fields, pressure projection), not a pigment or wave sim reused from a sister theme. Noir-and-copper palette (Bodoni Moda display serif + Instrument Sans), a "Speakeasy Reveal" layout archetype (sections rise out of near-black into a warm spotlight pool as they scroll into view, rather than another rail/promenade/bento layout), an SVG flavour-profile radar chart, and hand-drawn bar-tool line-icon draw-on animations. Cocktail CPT with tasting-note meta, AJAX reservation enquiry, full template set.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fumee
Tags: custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, editor-style
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root{
	/* ---- ink scale (warm charcoal, not cold blue-black) ---- */
	--ink-0:#0a0908;
	--ink-1:#100d0b;
	--ink-2:#171310;
	--ink-3:#221c17;
	--ink-4:#332a22;
	--smoke-1:#8f8579;
	--smoke-2:#b8ae9e;
	--fog:#ece4d8;
	--fog-dim:#c9c0b1;

	/* ---- copper / brass, the dominant accent ---- */
	--copper-dim:#8a5a30;
	--copper:#bc7d40;
	--copper-bright:#e0a662;
	--copper-glow:rgba(224,166,98,.35);

	/* ---- rare secondary accent: deep emerald, used sparingly ---- */
	--emerald:#2f6350;
	--emerald-bright:#4f9478;

	--danger:#a8452f;

	/* ---- type ---- */
	--font-display:'Bodoni Moda', 'Times New Roman', serif;
	--font-body:'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	/* one base (16px) × 1.333 (perfect fourth) */
	--fs-00:.875rem;   /* 14 */
	--fs-0:1rem;       /* 16 */
	--fs-1:1.333rem;   /* 21 */
	--fs-2:1.777rem;   /* 28 */
	--fs-3:2.369rem;   /* 38 */
	--fs-4:3.157rem;   /* 50 */
	--fs-5:4.209rem;   /* 67 */
	--fs-6:5.61rem;    /* 90 */

	/* one base unit (8px) spacing scale */
	--sp-1:.5rem;
	--sp-2:1rem;
	--sp-3:1.5rem;
	--sp-4:2rem;
	--sp-5:3rem;
	--sp-6:4rem;
	--sp-7:6rem;
	--sp-8:9rem;

	--ease-out:cubic-bezier(.16,1,.3,1);
	--ease-in:cubic-bezier(.7,0,.84,0);
	--radius-sm:6px;
	--radius-md:14px;
	--radius-lg:28px;

	color-scheme: dark;
}
