/* DUSTR — Design Tokens — Dark mode par défaut */
:root {
    --bg: #1a1d18;
    --bg2: #23271f;
    --bg3: #2b2f26;
    --surface: #23271f;
    --text: #ece8dd;
    --text2: #b5b0a3;
    --text3: #8a8576;
    --accent: #e07a52;
    --accent-glow: rgba(224,122,82,.15);
    --green: #7a9b6e;
    --green-l: #90b483;
    --sage: #a3b18a;
    --earth: #a47551;
    --sand: #2b2f26;
    --trace: #90b483;
    --danger: #e05555;
    --border: rgba(236,232,221,.1);
    --r: 16px;
    --rs: 10px;
    --shadow: 0 4px 20px rgba(0,0,0,.3);
    --shadow-lg: 0 20px 60px rgba(0,0,0,.5);
    --font: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-d: 'Space Grotesk', sans-serif;
    --ease: cubic-bezier(.16,1,.3,1);
    --nav-h: 60px;
}

/* Mode clair — désactivé pour l'instant, à réactiver si besoin
[data-theme="light"] {
    --bg: #f4f1e8;
    --bg2: #fffefb;
    --bg3: #ebe6d8;
    --surface: #fffefb;
    --text: #2b2a26;
    --text2: #6b685e;
    --text3: #9c988a;
    --accent: #c75e3a;
    --accent-glow: rgba(199,94,58,.12);
    --green: #2d4a3e;
    --green-l: #588157;
    --trace: #1b4332;
    --danger: #bc4749;
    --border: rgba(43,42,38,.08);
    --shadow: 0 4px 20px rgba(43,42,38,.06);
    --shadow-lg: 0 20px 60px rgba(43,42,38,.12);
}
*/
