@font-face {
	font-family: "Roboto";
	src:
		url("./roboto-light-webfont.woff") format("woff"),
		url("./roboto-light-webfont.woff2") format("woff2");
	font-style: normal;
	font-weight: 300;
}

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

@font-face {
	font-family: "Roboto";
	src:
		url("./roboto-medium-webfont.woff") format("woff"),
		url("./roboto-medium-webfont.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
}

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

@font-face {
	font-family: "Roboto";
	src:
		url("./roboto-black-webfont.woff") format("woff"),
		url("./roboto-black-webfont.woff2") format("woff2");
	font-style: normal;
	font-weight: 900;
}
