/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "Poppins-Regular";
  src: url("Poppins-Regular.woff") format("woff"), /* Modern Browsers */
    url("Poppins-Regular.woff2") format("woff2"); /* Modern Browsers */
	url("Poppins-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display : swap;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("Poppins-Bold.eot"); /* IE9 Compat Modes */
  src: url("Poppins-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Poppins-Bold.svg") format("svg"), /* Legacy iOS */
    url("Poppins-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("Poppins-Bold.woff") format("woff"), /* Modern Browsers */
    url("Poppins-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
	font-display : swap;
}

@font-face {
	font-family: "Poppins-Light";
  src: url("Poppins-Light.woff") format("woff"), /* Modern Browsers */
    url("Poppins-Light.woff2") format("woff2"), /* Modern Browsers */
	url("Poppins-Light.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
  	font-display : swap;
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("Poppins-Italic.eot"); /* IE9 Compat Modes */
  src: url("Poppins-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("Poppins-Italic.svg") format("svg"), /* Legacy iOS */
    url("Poppins-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("Poppins-Italic.woff") format("woff"), /* Modern Browsers */
    url("Poppins-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
   	font-display : swap;
}
