/*!
 * Bootstrap Icons — minimal build (16 icons only)
 * Full library: https://icons.getbootstrap.com/
 * font-display:swap for better CLS performance
 */
@font-face {
  font-display: swap;
  font-family: bootstrap-icons;
  src: url("./bootstrap-icons.woff2") format("woff2");
}
.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  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: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-chevron-left::before      { content: "\f284"; }
.bi-chevron-right::before     { content: "\f285"; }
.bi-chevron-up::before        { content: "\f286"; }
.bi-clock-fill::before        { content: "\f291"; }
.bi-envelope-fill::before     { content: "\f32c"; }
.bi-geo-alt-fill::before      { content: "\f3e7"; }
.bi-instagram::before         { content: "\f437"; }
.bi-moon-fill::before         { content: "\f494"; }
.bi-send-fill::before         { content: "\f6b9"; }
.bi-signpost-2-fill::before   { content: "\f545"; }
.bi-sun-fill::before          { content: "\f5a1"; }
.bi-telephone-fill::before    { content: "\f5b4"; }
.bi-whatsapp::before          { content: "\f618"; }
.bi-x-lg::before              { content: "\f659"; }
.bi-zoom-in::before           { content: "\f62c"; }
