@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	/* src: local('Roboto'), local('Roboto-Normal'), url(./Roboto-Regular.woff); */
	src: url(./Roboto-Regular.woff);
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	/* src: local('Roboto Light'), local('Roboto-Light'), url(./Roboto-Light.woff); */
	src: url(./Roboto-Light.woff);
}

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

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	/* src: local('Roboto Medium'), local('Roboto-Medium'), url(./Roboto-Medium.woff); */
	src: url(./Roboto-Medium.woff);
}
