/*
	POPPINS
*/
/* BLACK */
@font-face {
  font-family: PoppinsBlack;
  src: url('./Poppins-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: PoppinsBlackItalic;
  src: url('./Poppins-BlackItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* BOLD */
@font-face {
  font-family: PoppinsBold;
  src: url('./Poppins-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PoppinsBoldItalic;
  src: url('./Poppins-BoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 /* BOLD */
@font-face {
  font-family: PoppinsExtraBold;
  src: url('./Poppins-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PoppinsExtraBoldItalic;
  src: url('./Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* EXTRA LIGHT */
@font-face {
  font-family: Poppins-ExtraLight;
  src: url('./Poppins-ExtraLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PoppinsExtraLightItalic;
  src: url('./Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ITALIC */
@font-face {
  font-family: PoppinsItalic;
  src: url('./Poppins-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* LIGHT ITALIC */
@font-face {
  font-family: PoppinsLight;
  src: url('./Poppins-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PoppinsLightItalic;
  src: url('./Poppins-LightItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* MEDIUM */
@font-face {
  font-family: PoppinsMedium;
  src: url('./Poppins-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PoppinsMediumItalic;
  src: url('./Poppins-MediumItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* REGULAR */
@font-face {
  font-family: Poppins;
  src: url('./Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* SEMIBOLD */
@font-face {
  font-family: PoppinsSemiBold;
  src: url('./Poppins-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PoppinsSemiBoldItalic;
  src: url('./Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* THIN */
@font-face {
  font-family: PoppinsThin;
  src: url('./Poppins-Thin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: PoppinsThinItalic;
  src: url('./Poppins-ThinItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
