/*

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

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../font/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../font/Poppins-SemiBold.otf')  format('opentype'),
       url('../font/Poppins-SemiBold.woff') format('woff'), url('../font/Poppins-SemiBold.ttf')  format('truetype'), url('../font/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Poppins-Light';
  src: url('../font/Poppins-Light.eot?#iefix') format('embedded-opentype'),  url('../font/Poppins-Light.otf')  format('opentype'),
       url('../font/Poppins-Light.woff') format('woff'), url('../font/Poppins-Light.ttf')  format('truetype'), url('../font/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/





.f-poppins-b {

	font-family: 'Poppins-Bold', sans-serif !important;
	font-weight: bold;
  font-style: normal;
}

.f-poppins-sb {

  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-weight: normal;
  font-style: normal;
}

.f-poppins-r {

  font-family: 'Poppins-Regular', sans-serif !important;
  font-weight: normal;
  font-style: normal;
}

.f-poppins-l {

  font-family: 'Poppins-Light', sans-serif !important;
  font-weight: normal;
  font-style: normal;
}


