/* DwellMint Studio - Dynamic Brand Tokens */
:root {
    /* Colors */
    --bg: #F9F8F6;
    --accent: #0A0A0A;
    --card-bg: #E0F2FE;
    --text-main: #020202;
    --text-muted: #252525;
    --border: rgba(0, 0, 0, 0.1);
    --mesh-grid: rgba(0, 0, 0, 0.04);
    --mesh-fade: #E5E1D8;
    --box-bg: #E0F2FE;
    --box-text: #020202;
    --deep-dive-bg: #E0F2FE;
    --table-bg: #E0F2FE;
    --btn-bg: #C5A059;
    --quote-bg: #dcfce7;
    --quote-text: #000000;

    /* Typography */
    --font-body: 'Outfit', 'Inter', sans-serif;
    --font-h1: 'Playfair Display', serif;
    --font-h2: 'Playfair Display', serif;
    --font-h3: 'Playfair Display', serif;
    --font-h4: 'Playfair Display', serif;
    --font-btn: 'GFS Didot', serif;
    
    /* Sizing */
    --size-h1: clamp(3rem, 8vw, 5rem);
    --size-h2: clamp(2.2rem, 5vw, 3.2rem);
    --size-h3: clamp(1.8rem, 4vw, 2.2rem);
    --size-h4: 1.5rem;
}
