/* CSS Document */
@font-face {
	font-family: fontBlack;
	src:url(Roboto-Black.ttf)
}
@font-face {
	font-family: fontBlackItalic;
	src:url(Roboto-BlackItalic.ttf)
}
@font-face {
	font-family: fontBold;
	src:url(Roboto-Bold.ttf)
}
@font-face {
	font-family: fontBoldItalic;
	src:url(Roboto-BoldItalic.ttf)
}
@font-face {
	font-family: fontItalic;
	src:url(Roboto-Italic.ttf)
}
@font-face {
	font-family: fontLight;
	src:url(Roboto-Light.ttf)
}
@font-face {
	font-family: fontLightItalic;
	src:url(Roboto-LightItalic.ttf)
}
@font-face {
	font-family: fontMedium;
	src:url(Roboto-Medium.ttf)
}
@font-face {
	font-family: fontMediumItalic;
	src:url(Roboto-MediumItalic.ttf)
}
@font-face {
	font-family: fontRegular;
	src:url(Roboto-Regular.ttf)
}
@font-face {
	font-family: fontThin;
	src:url(Roboto-Thin.ttf)
}
@font-face {
	font-family: fontThinItalic;
	src:url(Roboto-ThinItalic.ttf)
}