/*====================================================
                VARIABLES GLOBALES
====================================================*/

:root{

    --cream:#F8F3EB;          /* Beige clair */
    --cream-2:#FDFBF8;        /* Presque blanc */

    --primary:#8B5E34;
    --primary-dark:#6E4727;
    --primary-light:#C69C6D;

    --background:#F7F3EE;
    --surface:#FFFFFF;

    --text:#2F2A26;
    --text-light:#6E6E6E;

    --border:#E5DDD4;

    --success:#5FA85B;
    --warning:#F0A500;
    --danger:#D9534F;

    --shadow:0 8px 25px rgba(0,0,0,.08);

    --radius:12px;

--white:#FFFFFF;
--black:#1E1E1E;

--navbar-height:75px;

--transition:0.25s ease;

--container:1400px;

}

