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