@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 700;
    src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-Bold.ttf);
}
  
@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 700;
    font-style: italic;
    src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-BoldItalic.ttf);
}

@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 800;
    font-style: italic;
    src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-ExtraBoldItalic.ttf);
}
  
@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 400;
    font-style: italic;
    src: url(../../assets/fonts/Open_Sans/static/Merriweather_Sans/MerriweatherSans-Italic.ttf);
}
  
@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 300;
    src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-Light.ttf);
} 
  
@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 300;
    font-style: italic;
    src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-LightItalic.ttf);
} 

@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 500;
    src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-Medium.ttf);
}

@font-face {
  font-family: "Merriweather_Sans";
  font-weight: 500;
  font-style: italic;
  src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-MediumItalic.ttf);
}
  
@font-face {
    font-family: "Merriweather_Sans";
    font-weight: 400;
    src: url(../../assets/fonts/Merriweather_Sans/static/MerriweatherSans-Regular.ttf);
}

@font-face {
  font-family: "Merriweather_Sans";
  font-weight: 600;
  src: url(../../assets/fonts/Merriweather_Sans/static/Merriweather_Sans/MerriweatherSans-SemiBold.ttf);
}
@font-face {
  font-family: "Merriweather_Sans";
  font-weight: 600;
  font-style: italic;
  src: url(../../assets/fonts/Merriweather_Sans/static/OpenSans/MerriweatherSans-SemiBoldItalic.ttf);
}