@font-face {
	font-family: 'Poppins';
	font-weight: lighter;
	font-style: none;
	src: url('../fonts/PoppinsLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: normal;
	font-style: none;
	src: url('../fonts/Poppins.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: medium;
	font-style: none;
	src: url('../fonts/PoppinsMedium.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: bold;
	font-style: none;
	src: url('../fonts/PoppinsBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: bolder;
	font-style: none;
	src: url('../fonts/PoppinsBolder.ttf') format('truetype');
}
