/**
 * Merriweather Regular [latin]
 * Merriweather Italic [latin]
 *
 * Licensed under the OFL 1.1
 * See: merriweather-v19-ofl.txt
 **/
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'),
       url('merriweather-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('merriweather-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('merriweather-v19-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local('Merriweather Italic'), local('Merriweather-Italic'),
       url('merriweather-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('merriweather-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('merriweather-v19-latin-italic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/**
 * Open Sans Regular [latin]
 *
 * Digitized data copyright 2010-2011, Google Corporation.
 * Licensed under the Apache License, version 2
 * See: https://www.apache.org/licenses/LICENSE-2.0.html
 **/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('open-sans-v15-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
