@font-face {
    font-family: 'Merriweather';
    src: url('../static/Merriweather_96pt-Regular.ttf') format('truetype');
    font-weight: 400;
  }
  
  @font-face {
    font-family: 'Merriweather';
    src: url('../static/Merriweather_96pt-Bold.ttf') format('truetype');
    font-weight: 700;
  }
  
  body {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    /* line-height: 1.6; */
  /* color: #333; */
  }
  