@font-face {
	font-family: 'PT Sans';
	src: url('fonts/PTSans-Regular.eot');
	src: url('fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/PTSans-Regular.woff2') format('woff2'),
		url('fonts/PTSans-Regular.woff') format('woff'),
		url('fonts/PTSans-Regular.ttf') format('truetype'),
		url('fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "Roboto";
    src: url("fonts/RobotoRegular.eot");
    src: url("fonts/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoRegular.woff") format("woff"),
    url("fonts/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "Roboto";
    src: url("fonts/RobotoLight.eot");
    src: url("fonts/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoLight.woff") format("woff"),
    url("fonts/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "Roboto";
    src: url("fonts/RobotoMedium.eot");
    src: url("fonts/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoMedium.woff") format("woff"),
    url("fonts/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "Roboto";
    src: url("fonts/RobotoBold.eot");
    src: url("fonts/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoBold.woff") format("woff"),
    url("fonts/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}



