﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Vazir';
	src: url('../Fonts/Vazir.eot');
	src: url('../Fonts/Vazir.eot?#iefix') format('embedded-opentype'),  url('../Fonts/Vazir.woff') format('woff'),  url('../Fonts/Vazir.ttf') format('truetype');
	font-weight: normal;
}
@font-face {
	font-family: 'Vazir';
	src: url('../Fonts/Vazir-Bold.eot');
	src: url('../Fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),  url('../Fonts/Vazir-Bold.woff') format('woff'),  url('../Fonts/Vazir-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Vazir';
	src: url('../Fonts/Vazir-Light.eot');
	src: url('../Fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),  url('../Fonts/Vazir-Light.woff') format('woff'),  url('../Fonts/Vazir-Light.ttf') format('truetype');
	font-weight: 300;
}


::-moz-selection { /* Code for Firefox */
  color: black;
  background: orange;
}

::selection {
  color: black;
  background: orange;
}
