@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-Black.ttf');
	font-style: normal;
	font-weight: 800;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-BlackItalic.ttf');
	font-style: italic;
	font-weight: 800;
}@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-Bold.ttf');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-BoldItalic.ttf');
	font-style: italic;
	font-weight: 700;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-Medium.ttf');
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-MediumItalic.ttf');
	font-style: italic;
	font-weight: 500;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-Italic.ttf');
	font-style: italic;
	font-weight: 400;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-Light.ttf');
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-LightItalic.ttf');
	font-style: italic;
	font-weight: 300;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-Thin.ttf');
	font-style: normal;
	font-weight: 200;
}
@font-face {
	font-family:'Roboto';
	src: url('../fonts/Roboto-ThinItalic.ttf');
	font-style: italic;
	font-weight: 200;
}

