

/* Poppins */
@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	font-display: swap;
	src: local('Poppins Bold'), url('./Poppins-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-display: swap;
	src: local('Poppins Semibold'), url('./Poppins-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-display: swap;
	src: local('Poppins Light'), url('./Poppins-Light.woff') format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 100;
	font-display: swap;
	src: local('Poppins Thin'), url('./Poppins-Thin.woff') format('woff');
}