@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../../fonts/roboto/roboto-regular.woff2') format('woff2'),
		url('../../fonts/roboto/roboto-regular.woff') format('woff');
}

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