@font-face{
	font-family: poppins;
	src:url('fonts/Poppins-Regular.ttf');
}

@font-face{
	font-family: poppins;
	font-style: italic;
	src:url('fonts/Poppins-Italic.ttf');
}

@font-face{
	font-family: poppins;
	font-weight: 100;
	src:url('fonts/Poppins-ExtraLight.ttf');
}

@font-face{
	font-family: poppins;
	font-weight: 200;
	src:url('fonts/Poppins-Light.ttf');
}

@font-face{
	font-family: poppins;
	font-weight: 300;
	src:url('fonts/Poppins-Regular.ttf');
}

@font-face{
	font-family: poppins;
	font-weight: 400;
	src:url('fonts/Poppins-Medium.ttf');
}

@font-face{
	font-family: poppins;
	font-weight: 500;
	src:url('fonts/Poppins-SemiBold.ttf');
}

@font-face{
	font-family: poppins;
	font-weight: 600;
	src:url('fonts/Poppins-Bold.ttf');
}

@font-face{
	font-family: opensans;
	src:url('fonts/OpenSans-Regular.ttf');
}

@font-face{
	font-family: opensans;
	font-weight: 300;
	src:url('fonts/OpenSans-Regular.ttf');
}

@font-face{
	font-family: opensans;
	font-weight: 200;
	src:url('fonts/OpenSans-Light.ttf');
}

@font-face{
	font-family: opensans;
	font-weight: 500;
	src:url('fonts/OpenSans-SemiBold.ttf');
}
