/*poppins*/
@font-face {
	font-family: 'poppins';
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: local('poppins Black'), 
		 url('../font/poppins-Black.woff2') format('woff2'), 
		 url('../font/poppins-Black.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	src: local('poppins ExtraBold'), 
		 url('../font/poppins-ExtraBold.woff2') format('woff2'), 
		 url('../font/poppins-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: local('poppins Bold'), 
		 url('../font/poppins-Bold.woff2') format('woff2'), 
		 url('../font/poppins-Bold.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: local('poppins SemiBold'), 
		 url('../font/poppins-SemiBold.woff2') format('woff2'), 
		 url('../font/poppins-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: local('poppins Medium'), 
		 url('../font/poppins-Medium.woff2') format('woff2'), 
		 url('../font/poppins-Medium.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local('poppins Regular'), 
		 url('../font/poppins-Regular.woff2') format('woff2'), 
		 url('../font/poppins-Regular.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: local('poppins Light'), 
		 url('../font/poppins-Light.woff2') format('woff2'), 
		 url('../font/poppins-Light.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 200;
	font-style: normal;
	font-display: swap;
	src: local('poppins ExtraLight'), 
		 url('../font/poppins-ExtraLight.woff2') format('woff2'), 
		 url('../font/poppins-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'poppins';
	font-weight: 100;
	font-style: normal;
	font-display: swap;
	src: local('poppins Thin'), 
		 url('../font/poppins-Thin.woff2') format('woff2'), 
		 url('../font/poppins-Thin.woff') format('woff');
}

