@font-face {
  font-family: "SF Pro Display";
  src: url("./SFProDisplay-Medium.eot");
  src: url("./SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("./SFProDisplay-Medium.woff2") format("woff2"),
    url("./SFProDisplay-Medium.woff") format("woff"),
    url("./SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./SFProDisplay-Regular.eot");
  src: url("./SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("./SFProDisplay-Regular.woff2") format("woff2"),
    url("./SFProDisplay-Regular.woff") format("woff"),
    url("./SFProDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./SF-Pro-Display-Bold.woff2") format("woff2"),
    url("./SF-Pro-Display-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./SF-Pro-Display-Semi-Bold.woff2") format("woff2"),
    url("./SF-Pro-Display-Semi-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather", sans-serif;
  src: url("./merriweather.regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather-italic";
  src: url("./Merriweather-Italic.ttf");
}

@media screen and (min-width: 960px) {
  .superTitle {
    font-size: 40px !important;
  }
}
