@font-face {
  font-family: "Stolzl";
  src: url("font/stolzl_book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("font/stolzl_medium.otf") format("opentype");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stolzl";
  src: url("font/stolzl_bold.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

body,
.button,
input,
.city-trigger {
  font-family: "Stolzl", Arial, sans-serif;
}
