@font-face {
	font-family: "Roboto";
	src:url("../font/RobotoLight.eot");
	src:url("../RobotoLight.eot@")format("embedded-opentype"),
		url("../font/RobotoLight.woff") format("woff"),
		url("../font/RobotoLight.ttf") format("truetype"),
		url("../img/RobotoLight.svg") format("svg");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "Roboto";
	src:url("../font/RobotoRegular.eot");
	src:url("../RobotoRegular.eot@")format("embedded-opentype"),
		url("../font/RobotoRegular.woff") format("woff"),
		url("../font/RobotoRegular.ttf") format("truetype"),
        url("../img/RobotoRegular.svg") format("svg");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Roboto";
	src:url("../font/RobotoMedium.eot");
	src:url("../RobotoMedium.eot@")format("embedded-opentype"),
		url("../font/RobotoMedium.woff") format("woff"),
		url("../font/RobotoMedium.ttf") format("truetype"),
		url("../img/RobotoMedium.svg") format("svg");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Roboto";
	src:url("../font/RobotoBold.eot");
	src:url("../RobotoBold.eot@")format("embedded-opentype"),
		url("../font/RobotoBold.woff") format("woff"),
		url("../font/RobotoBold.ttf") format("truetype"),
		url("../img/RobotoBold.svg") format("svg");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Roboto";
	src:url("../font/RobotoBlack.eot");
	src:url("../RobotoBlack.eot@")format("embedded-opentype"),
		url("../font/RobotoBlack.woff") format("woff"),
		url("../font/RobotoBlack.ttf") format("truetype"),
        url("../img/RobotoBlack.svg") format("svg");
	font-style: normal;
	font-weight: 900;
}