/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
font-display: swap;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2") format("woff2"),
url("./fonts/bootstrap-icons.woff") format("woff");
}

.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: -.125em;
  
  

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-calendar::before { content: "\f1f6"; }

.bi-facebook::before { content: "\f344"; }
.bi-flag::before { content: "\f3cc"; }

.bi-instagram::before { content: "\f437"; }

.bi-linkedin::before { content: "\f472"; }
.bi-luggage::before { content: "\f8f0"; font-size:30px; color:#ab7d3f; }
.bi-person-standing::before { content: "\f8f9"; font-size:30px; color:#ab7d3f; }

.bi-suitcase::before { content: "\f900";font-size:30px; color:#ab7d3f; }

.bi-telephone::before { content: "\f5c1"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-wifi::before { content: "\f61c"; }


