@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body{
    font-family: "IBM Plex Sans", sans-serif;
}

/* common utils */


.fa-li{
    width: 0em !important;
}

.rounded-border-btn{
    border: 1px solid #C2C2C2;
    color: #3E3E3E;
    border-radius: 30px;
}

.rounded-border-btn img{
    width: 21px;
    padding-right: 4px;
}

header{
    background-color: #F5F5F5;
    border-bottom: 1px solid #C2C2C2;
}

footer{
    background-color: #252525 !important;
    color: #ffffff !important;
}
