:root{

    --bg:#FFFFFF;

    --bg-soft:#F8F7F4;

    --bg-section:#F2EFEA;

    --text:#2C2C2C;

    --text-light:#7B7B7B;

    --border:#E8E4DF;

    --max-width:1280px;

    --radius:18px;

    --transition:.35s ease;

}