:root {
    --orange: #F59335;
    --black: #000; 
    --black-light: #363435;
    --white: #fff;
    --red: #E12121;
    --yellow: #FBDA01;
    --green: #56993C;
    --grey-for-text: #999;
    --grey-for-bc: rgba(238, 238, 238, 1);
    --grey-for-lines: #D9D9D9;
    --grey-for-gradient: #f5f5f5;
    --transition: .3s ease-in-out;
    --font-family: 'Poppins', sans-serif;
    --border-radius: 7px;
    --screen-sm: 700px;
    --screen-md: 1450px;
    --screen-lg: 1600px;
    --screen-xl: 1800px;
    --screen-full: 100%;
    --screen-mob-padding: 0 15px;
    --screen-desk-padding: 0 30px;
}



