/*
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir/avenir-roman-webfont.eot');
    src: url('../fonts/Avenir/avenir-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Avenir/avenir-roman-webfont.woff') format('woff'),
         url('../fonts/Avenir/avenir-roman-webfont.ttf') format('truetype'),
         url('../fonts/Avenir/avenir-roman-webfont.svg#avenirregular') format('svg');
    font-weight: 200;
    font-style: normal;

}


@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../fonts/Lato/Lato-Light.ttf) format('truetype');
}
*/
@font-face {
  font-family: 'Merriweather-Light';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Light'), local('Merriweather-Light'), url(../fonts/Merriweather/Merriweather-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), local('Merriweather'), url(../fonts/Merriweather/Merriweather-Merriweather-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather-Heavy';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(../fonts/Merriweather/Merriweather-Bold.ttf) format('truetype');
}




