:root {
    --black: #000; 
    --white: #fff;
    --red: #B52528;
    --grey-for-bc1: #E5E9F1;
    --grey-for-bc2: #F4F6FA;
    --grey-for-lines: #ddd;
    --grey-for-text: #9A9A9A;
    --transition: .3s ease-in-out;
    --font-family: 'DM Sans', sans-serif;
    --box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    --border-radius: 5px;
    --screen-sm: 1300px;
    --screen-md: 1115px;
    --screen-cart: 1440px;
    --screen-lg: 1750px;
    --screen-xl: 1800px;
    --screen-full: 100%;
    --screen-mob-padding: 0 15px;
    --screen-desk-padding: 0 30px;
}



