@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2");
}

.bi {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-chevron-up::before { content: "\f286"; }
.bi-share::before { content: "\f52e"; }
.bi-copy::before { content: "\f759"; }
.bi-facebook::before { content: "\f344"; }
.bi-threads::before { content: "\f8d9"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-reddit::before { content: "\f650"; }
.bi-messenger::before { content: "\f648"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-google-play::before { content: "\f7f7"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-download::before { content: "\f30a"; }
