/*@import url('https://fonts.googleapis.com/css?family=Raleway:700&display=swap');*/
/*@fonnt-face{
	src:url(../../fonts/Roboto/Roboto-Black.ttf);
	font-family: robo-regular;
}*/
@font-face{
	src:url(../../latest/fonts/Poppins/Poppins-Regular.ttf);
	font-family: Poppins;
}
@font-face{
	src:url(../../latest/fonts/Poppins/Poppins-Bold.ttf);
	font-family: Poppins-bold;
	/* font-weight: 700; */
}
.thead-inverse {
 	color:#fff;background-color:#292b2c;
}
.table-inverse {
 	background-color: #292B2C; 
}
body{
 	font-family: Poppins-bold;
}
label{
	font-family: Poppins;
	font-weight: 600;
}
select{
	font-family: Poppins;
	font-weight: 600;
}