@charset "utf-8";
/* CSS Document */

@font-face {
     font-family: "Metric SemiBold";
     src: local("Metric SemiBold"), url("../fonts/Metric-SemiBold.ttf");
  }


@font-face{
	font-family: "Metric Light";
	src: local("Metric Light"), url("../fonts/Metric-Light.ttf");
}

@font-face{
	font-family: "Metric Bold";
	src: local("Metric Bold"), url("../fonts/Metric-Bold.ttf");
}

@font-face{
	font-family: "Ubuntu Bold";
	src: local("Ubuntu Bold"), url("../fonts/Ubuntu-Bold.ttf");
}

@font-face{
	font-family: "Poppins Bold";
	src: local("Poppins Bold") url("../fonts/Poppins-Bold.ttf");
}

@font-face{
	font-family: "Poppins Black";
	src: local("Poppins Black") url("../fonts/Poppins-Black.ttf");
}