@font-face {
  font-family: 'Merriweather';
  src: url('../font/ei-Merriweather-Bold.woff2') format('woff2'),
      url('../font/ei-Merriweather-Bold.woff') format('woff'),
      url('../font/ei-Merriweather-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: url('../font/ei-Merriweather-Regular.woff2') format('woff2'),
      url('../font/ei-Merriweather-Regular.woff') format('woff'),
      url('../font/ei-Merriweather-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}