@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/* Local FbJoker fonts (отсюда подхватываем шрифт вместо Figtree) */
@font-face {
  font-family: "FbJoker";
  src: url("FbJoker-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FbJoker";
  src: url("FbJoker-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FbJoker";
  src: url("FbJoker-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FbJoker";
  src: url("FbJoker-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
