@font-face{
	font-family:"font1";
	src: url("Fonts/1/font1.woff") format("woff"),
	url("Fonts/1/font1.ttf") format("truetype"),
	url("Fonts/1/font1.eot?#iefix") format("embedded-opentype");
	font-weight:normal;
	font-style:normal;
}

* , body{
	font-family:font1 , Tahoma , sans-serif;
	box-sizing:border-box;
}

body{
    margin: 0;
    padding:0;
    direction: rtl;
    background-color:#fff;
}