:root {

    --grey-one: #333333;
    --grey-two: #878585;
    --grey-three: rgba(189, 189, 189);
    --grey-three-opacity-50: rgba(189, 189, 189, 0.5);
    --grey-four: #F8F8F8;
    --grey-five: #555555;


    --red: rgba(215, 25, 33);
    --red-opacity-50: rgba(215, 25, 33, 0.5);
    --red-opacity-6: rgba(215, 25, 33, 0.06);
    --red-two: #BE1920;
    --red-two-opacity-15: rgba(190, 25, 32, 0.15);
    --red-three: rgba(255, 173, 177);
    --red-three-opacity-20: rgba(255, 173, 177, 0.2);

    --yellow: rgb(255, 221, 0);
    --yellow-two: rgba(255, 243, 164);
    --yellow-two-opacity-50: rgba(255, 243, 164, 0.5);


    --green-one: rgb(106, 168, 79);
    --green-one-opacity-50: rgba(106, 168, 79, 0.50);
    --green-one-opacity-20: rgba(106, 168, 79, 0.15);


    --green-two: #A8D5BA;
    --white: #fff;



}


