@font-face{
	font-family: "Vazir";
  src: url(../fonts/Vazir-Bold.ttf);
}
body{
	font-family: 'Vazir', sans-serif;
}
.dark {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 500px){
	
}