@import "../fonts/font-awesome/css/all.min.css";
@font-face{
	font-family: "rbt";
	src: url("../fonts/rbt/Roboto-Thin.ttf");
	font-weight: 100;
}
@font-face{
	font-family: "rbt";
	src: url("../fonts/rbt/RobotoLight.ttf");
	font-weight: 300;
}
@font-face{
	font-family: "rbt";
	src: url("../fonts/rbt/Roboto-Regular.ttf");
	font-weight: normal;
}
@font-face{
	font-family: "rbt";
	src: url("../fonts/rbt/Roboto-Bold.ttf");
	font-weight: bold;
}