@font-face {
	font-family: 'Roboto';
	src: local('RobotoLight'),
    url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.ttf') format('ttf');
	font-weight: 100;
}

@font-face {
	font-family: 'Roboto';
	src: local('RobotoRegular'),
		url('../fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: 400;
}

@font-face {
	font-family: 'Roboto';
	src: local('RobotoMedium'),
		url('../fonts/Roboto-Medium.woff2') format('woff2');
	font-weight: 500;
}

@font-face {
	font-family: 'Roboto';
	src: local('RobotoBold'),
		url('../fonts/Roboto-Bold.woff2') format('woff2');
	font-weight: 700;
}

@font-face {
	font-family: 'Roboto';
	src: local('RobotoItalic'),
		url('../fonts/Roboto-Italic.woff2') format('woff2');
	font-style: italic;
}
