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

body {
  background-color: #ff9900;
 font-family: merriweather;
}
