@font-face {
	font-family: "Roboto";
	font-display: swap;
	src: 
		url("../fonts/Roboto/Roboto-Light.eot") format("embedded-opentype"),
    	url("../fonts/Roboto/Roboto-Light.woff") format("woff"),
    	url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	font-display: swap;
	src: 
		url("../fonts/Roboto/Roboto-Regular.eot") format("embedded-opentype"),
    	url("../fonts/Roboto/Roboto-Regular.woff") format("woff"),
    	url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	font-display: swap;
	src: 
		url("../fonts/Roboto/Roboto-Medium.eot") format("embedded-opentype"),
    	url("../fonts/Roboto/Roboto-Medium.woff") format("woff"),
    	url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	font-display: swap;
	src: 
		url("../fonts/Roboto/Roboto-Bold.eot") format("embedded-opentype"),
    	url("../fonts/Roboto/Roboto-Bold.woff") format("woff"),
    	url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Roboto";
	font-display: swap;
	src: 
		url("../fonts/Roboto/Roboto-Black.eot") format("embedded-opentype"),
    	url("../fonts/Roboto/Roboto-Black.woff") format("woff"),
    	url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}