@font-face {
	font-display: swap;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src:
		url( "../../../assets/fonts/poppins/Poppins-Regular.woff2" ) format( "woff2" ),
		url( "../../../assets/fonts/poppins/Poppins-Regular.woff" ) format( "woff" );
}

@font-face {
	font-display: swap;
	font-family: "Poppins";
	font-style: italic;
	font-weight: 400;
	src:
		url( "../../../assets/fonts/poppins/Poppins-Italic.woff2" ) format( "woff2" ),
		url( "../../../assets/fonts/poppins/Poppins-Italic.woff" ) format( "woff" );
}

@font-face {
	font-display: swap;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	src:
		url( "../../../assets/fonts/poppins/Poppins-Medium.woff2" ) format( "woff2" ),
		url( "../../../assets/fonts/poppins/Poppins-Medium.woff" ) format( "woff" );
}

@font-face {
	font-display: swap;
	font-family: "Poppins";
	font-style: italic;
	font-weight: 500;
	src:
		url( "../../../assets/fonts/poppins/Poppins-MediumItalic.woff2" ) format( "woff2" ),
		url( "../../../assets/fonts/poppins/Poppins-MediumItalic.woff" ) format( "woff" );
}
