@font-face {
  font-family: 'Merriweather Bold';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: local('Merriweather Bold'),
       url('fonts/Merriweather-Bold.woff') format('woff'),
       url('fonts/Merriweather-Bold.ttf') format('truetype'),
       url('fonts/Merriweather-Bold.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local('Montserrat Bold'),
       url('fonts/Montserrat-Bold.woff') format('woff'),
       url('fonts/Montserrat-Bold.ttf') format('truetype'),
       url('fonts/Montserrat-Bold.eot') format('embedded-opentype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local('Montserrat Regular'),
       url('fonts/Montserrat-Regular.woff') format('woff'),
       url('fonts/Montserrat-Regular.ttf') format('truetype'),
       url('fonts/Montserrat-Regular.eot') format('embedded-opentype');
}
