@font-face{
	font-family:isb;
	src:url("./fonts/IRANSans_small_bold.ttf");
}

body{
	font-family:isb; font-size:large;
	-ms-overflow-style:none;
	scrollbar-width:none;
}
body::-webkit-scrollbar{
	display:none;
}

a, a:hover{text-decoration:none;}

@media (max-width:576px){
    .container-fluid .container-sm{
        padding:0;
    }
}