/* Font: Poppins */
/*Regular*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-Regular.woff2')		format('woff2'),	url('Poppins/Poppins-Regular.woff')		format('woff');
		font-display:	swap;
		font-weight:	normal;
		font-style:	normal;
}

/*Bold*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-Bold.woff2')		format('woff2'),	url('Poppins/Poppins-Bold.woff')		format('woff');
		font-display:	swap;
		font-weight:	bold;
		font-style:	normal;
}

/*Black*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-Black.woff2')		format('woff2'),	url('Poppins/Poppins-Black.woff')		format('woff');
		font-display:	swap;
		font-weight:	900;
		font-style:	normal;
}

/*Semi-Bold*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-SemiBold.woff2')		format('woff2'),	url('Poppins/Poppins-SemiBold.woff')		format('woff');
		font-display:	swap;
		font-weight:	600;
		font-style:	normal;
}

/*Extra-Bold*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-ExtraBold.woff2')		format('woff2'),	url('Poppins/Poppins-ExtraBold.woff')		format('woff');
		font-display:	swap;
		font-weight:	800;
		font-style:	normal;
}

/*Light*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-Light.woff2')		format('woff2'),	url('Poppins/Poppins-Light.woff')		format('woff');
		font-display:	swap;
		font-weight:	300;
		font-style:	normal;
}

/*Medium*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-Medium.woff2')		format('woff2'),	url('Poppins/Poppins-Medium.woff')		format('woff');
		font-display:	swap;
		font-weight:	500;
		font-style:	normal;
}

/*Extra-Light*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-ExtraLight.woff2')		format('woff2'),	url('Poppins/Poppins-ExtraLight.woff')		format('woff');
		font-display:	swap;
		font-weight:	200;
		font-style:	normal;
}

/*Thin*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-Thin.woff2')		format('woff2'),	url('Poppins/Poppins-Thin.woff')		format('woff');
		font-display:	swap;
		font-weight:	100;
		font-style:	normal;
}

/*Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-Italic.woff2')		format('woff2'),	url('Poppins/Poppins-Italic.woff')		format('woff');
		font-display:	swap;
		font-weight:	normal;
		font-style:	italic;
}

/*Medium-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-MediumItalic.woff2')	format('woff2'),	url('Poppins/Poppins-MediumItalic.woff')	format('woff');
		font-display:	swap;
		font-weight: 500;
		font-style: italic;
}

/*Semi-Bold-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-SemiBoldItalic.woff2')	format('woff2'),	url('Poppins/Poppins-SemiBoldItalic.woff')	format('woff');
		font-display:	swap;
		font-weight:	600;
		font-style:	italic;
}

/*Bold-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-BoldItalic.woff2')		format('woff2'),	url('Poppins/Poppins-BoldItalic.woff')		format('woff');
		font-display:	swap;
		font-weight:	bold;
		font-style:	italic;
}

/*Extra-Bold-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-ExtraBoldItalic.woff2')	format('woff2'),	url('Poppins/Poppins-ExtraBoldItalic.woff')	format('woff');
		font-display:	swap;
		font-weight:	800;
		font-style:	italic;
}

/*Light-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-LightItalic.woff2')	format('woff2'),	url('Poppins/Poppins-LightItalic.woff')		format('woff');
		font-display:	swap;
		font-weight:	300;
		font-style:	italic;
}

/*Extra-Light-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-ExtraLightItalic.woff2')	format('woff2'),	url('Poppins/Poppins-ExtraLightItalic.woff') format('woff');
		font-display:	swap;
		font-weight:	200;
		font-style:	italic;
}

/*Thin-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-ThinItalic.woff2')		format('woff2'),	url('Poppins/Poppins-ThinItalic.woff')		format('woff');
		font-display:	swap;
		font-weight:	100;
		font-style:	italic;
}

/*Black-Italic*/
@font-face {font-family: 'Poppins'; 
		src:		url('Poppins/Poppins-BlackItalic.woff2')	format('woff2'),	url('Poppins/Poppins-BlackItalic.woff')		format('woff');
		font-display:	swap;
		font-weight:	900;
		font-style:	italic;
}