@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto/Roboto-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}