/*
font-weight : 100 -> Thin,
font-weight : 200 -> Light,
font-weight : 300 -> Regular,
font-weight : 400 -> Medium,
font-weight : 500 -> SamiBold,
font-weight : 600 -> Bold,
font-weight : 700 -> Black

*/

@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:100;
  src: url('Poppins-Thin.eot');
  src: url('Poppins-Thin.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Thin.woff') format('woff'),
       url('Poppins-Thin.woff2') format('woff2');
   		url('Poppins-Thin.otf') format('opentype')

}

@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:200;
  src: url('Poppins-Light.eot');
  src: url('Poppins-Light.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Light.woff') format('woff'),
       url('Poppins-Light.woff2') format('woff2');
		url('Poppins-Light.otf') format('opentype')

}

@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:300;
  src: url('Poppins-Regular.eot');
  src: url('Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Regular.woff') format('woff'),
       url('Poppins-Regular.woff2') format('woff2');
   		url('Poppins-Regular.otf') format('opentype')
}

@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:400;
  src: url('Poppins-Medium.eot');
  src: url('Poppins-Medium.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Medium.woff') format('woff'),
       url('Poppins-Medium.woff2') format('woff2');
   		url('Poppins-Medium.otf') format('opentype')
}
@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:500;
  src: url('Poppins-SemiBold.eot');
  src: url('Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('Poppins-SemiBold.woff') format('woff'),
       url('Poppins-SemiBold.woff2') format('woff2');
   		url('Poppins-SemiBold.otf') format('opentype')
}

@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:600;
  src: url('Poppins-Bold.eot');
  src: url('Poppins-Bold.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Bold.woff') format('woff'),
       url('Poppins-Bold.woff2') format('woff2');
   		url('Poppins-Bold.otf') format('opentype')

}

@font-face {
	font-family:'Poppins';
	font-style:normal;
	font-weight:700;
  src: url('Poppins-Black.eot');
  src: url('Poppins-Black.eot?#iefix') format('embedded-opentype'),
       url('Poppins-Black.woff') format('woff'),
       url('Poppins-Black.woff2') format('woff2');
   		url('Poppins-Black.otf') format('opentype')

}
