/* Manrope Family */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Manrope/Manrope-Regular.ttf") format("truetype");
  /* font-display: swap; */
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Manrope/Manrope-Medium.ttf") format("truetype");
  /* font-display: swap; */
}

/* Merriweather Family */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
  /* font-display: swap; */
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Merriweather/Merriweather-Bold.ttf") format("truetype");
  /* font-display: swap; */
}