@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("Roboto-Regular.woff2") format("woff2"),
	   url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("Roboto-Bold.woff2") format("woff2"),
	   url("Roboto-Bold.ttf") format("truetype");
}

@font-face {
	font-family:"Roboto Condensed";
	font-weight:normal;
	font-style:normal;
	src: url("RobotoCondensed-Regular.woff2") format("woff2"),
	     url("RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
	font-family:"Roboto Condensed";
	font-weight:700;
	font-style:normal;
	src: url("RobotoCondensed-Bold.woff2") format("woff2"),
	     url("RobotoCondensed-Bold.ttf") format("truetype");
}
