/* FONTS */

@font-face {
	font-family: 'Poppins';
	src: url('fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsBold';
	src: url('fonts/Poppins-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsItalic';
	src: url('fonts/Poppins-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsBoldItalic';
	src: url('fonts/Poppins-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsBlack';
	src: url('fonts/Poppins-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsBlackItalic';
	src: url('fonts/Poppins-BlackItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsSemiBoldItalic';
	src: url('fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsMedium';
	src: url('fonts/Poppins-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsMediumItalic';
	src: url('fonts/Poppins-MediumItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsThin';
	src: url('fonts/Poppins-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsThinItalic';
	src: url('fonts/Poppins-ThinItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsLight';
	src: url('fonts/Poppins-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsLightItalic';
	src: url('fonts/Poppins-LightItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsExtraLight';
	src: url('fonts/Poppins-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsExtraBold';
	src: url('fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsExtraBold';
	src: url('fonts/Poppins-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PoppinsExtraBoldItalic';
	src: url('fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}