@font-face {
  font-family: Manrope;
  src:
    url("../../fonts/Manrope.woff2") format("woff2"),
    url("../../fonts/Manrope.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mercury Text G1";
  src: url("../../fonts/MercuryTextG1-Bold.woff2") format("woff2"),
       url("../../fonts/MercuryTextG1-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mercury Text G1";
  src: url("../../fonts/MercuryTextG1-Italic.woff2") format("woff2"),
       url("../../fonts/MercuryTextG1-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Mercury Text G1";
  src: url("../../fonts/MercuryTextG1-Roman.woff2") format("woff2"),
       url("../../fonts/MercuryTextG1-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


