@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:"poppins-light";
	src:url(../fonts/Poppins-Light.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"poppins-medium";
	src:url(../fonts/Poppins-Medium.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"poppins-regular";
	src:url(../fonts/Poppins-Regular.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"poppins-semibold";
	src:url(../fonts/Poppins-SemiBold.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"poppins-bold";
	src:url(../fonts/Poppins-Bold.ttf);
	font-weight: normal;
	font-style: normal;
}