:root {
    /*--background: #f2e9dc;*/
    --low-radius: 5px;
    --medium-radius: 10px;
    --hight-radius: 20px;
    /*--background: white;*/
    /*--secondary-background: #efd8b8;*/
    /*--secondary-background: #F8EDDB;*/
    --title-color: #3d3a3a;
    /*--text-color: #6d6a75;*/
    --text-color: #1d192b;
    /*--green: #b6c8a5;*/
    /*--green: #effbe2;*/
    --brown: #d88c66;
    --green: #ebfacc;
    --green-dark: #365c02;
    --green-bg:  #ebfacc57;
    --shadow:
            0 5px 7px -5px lightgrey,
            0 5px 7px -5px #0000001a,
            0 4px 5px -3px lightgrey,
            0 4px 5px -3px #0000001a;
    --background: #E8DBC0;
    /*--secondary-background: #D08563;*/
    --secondary-background: #D88C66;
    --beige: #F8EDDB;
    --white: white;
}