@font-face {
  font-family: 'Merriweather';
  src: url(../fonts/Merriweather-Black.eot);
  src: url(../fonts/Merriweather-Black.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Merriweather-Black.otf) format('otf'),
       url(../fonts/Merriweather-Black.svg#Merriweather-Black) format('svg'),
       url(../fonts/Merriweather-Black.ttf) format('truetype'),
       url(../fonts/Merriweather-Black.woff) format('woff'),
       url(../fonts/Merriweather-Black.woff2) format('woff2');
	   font-weight:700;
}

 @font-face {
  font-family: 'Merriweather';
  src:url(../fonts/Merriweather-Bold.eot); 
  src: url(../fonts/Merriweather-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Merriweather-Bold.otf) format('otf'),
       url(../fonts/Merriweather-Bold.svg#Merriweather-Bold) format('svg'),
       url(../fonts/Merriweather-Bold.ttf) format('truetype'),
       url(../fonts/Merriweather-Bold.woff) format('woff'),
       url(../fonts/Merriweather-Bold.woff2) format('woff2');
	   font-weight:600;
}

@font-face {
  font-family: 'Merriweather';
  src:url(../fonts/Merriweather-Regular.eot); 
  src: url(../fonts/Merriweather-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Merriweather-Regular.otf) format('otf'),
       url(../fonts/Merriweather-Regular.svg#Merriweather-Regular) format('svg'),
       url(../fonts/Merriweather-Regular.ttf) format('truetype'),
       url(../fonts/Merriweather-Regular.woff) format('woff'),
       url(../fonts/Merriweather-Regular.woff2) format('woff2');
	   font-weight:400;
}

@font-face {
  font-family: 'Merriweather';
  src:url(../fonts/Merriweather-Light.eot); 
  src: url(../fonts/Merriweather-Light.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Merriweather-Light.otf) format('otf'),
       url(../fonts/Merriweather-Light.svg#Merriweather-Light) format('svg'),
       url(../fonts/Merriweather-Light.ttf) format('truetype'),
       url(../fonts/Merriweather-Light.woff) format('woff'),
       url(../fonts/Merriweather-Light.woff2) format('woff2');
	   font-weight:300;
}

@font-face {
     font-family: 'Poppins';
     src: url(../fonts/Poppins-Regular.eot);
     src: url(../fonts/Poppins-Regular.eot?#iefix) format('embedded-opentype'),
          url(../fonts/Poppins-Regular.otf) format('otf'),
          url(../fonts/Poppins-Regular.svg#Poppins-Regular) format('svg'),
          url(../fonts/Poppins-Regular.woff2) format('woff2'),
          url(../fonts/Poppins-Regular.woff) format('woff'),
          url(../fonts/Poppins-Regular.ttf) format('truetype');
          font-weight:400;
   }

   @font-face {
     font-family: 'Poppins';
     src: url(../fonts/Poppins-Light.eot);
     src: url(../fonts/Poppins-Light.eot?#iefix) format('embedded-opentype'),
          url(../fonts/Poppins-Light.otf) format('otf'),
          url(../fonts/Poppins-Light.svg#Poppins-Light) format('svg'),
          url(../fonts/Poppins-Light.woff2) format('woff2'),
          url(../fonts/Poppins-Light.woff) format('woff'),
          url(../fonts/Poppins-Light.ttf) format('truetype');
          font-weight:300;
   }
  
  
  
  
  
  
  
  
  
  