:root {
    --app-height: 100vh;
    --gd-white: #fff;
    --gd-black: #000;
    --gd-black2: #232323;
    --gd-black3: #292929;
    --gd-black4: #171717;
    --grey-light: #f5f5f5;
    --grey-text: #938B8C;
    --grey-for-lines: #D9D9D9;
    --red: #CA0200; 
    --orange: #FF6200;
    --transition: .3s ease-in-out;
    --box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    --gradient: linear-gradient(211deg, #9b9999 2.6%, #9b9b9b 43.02%, #8b8b8b 89.52%);

}



