@charset "utf-8";

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),
url("./fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") 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;
}

/*!header*/
.bi-leaf::before { content: "\f90c"; }
.bi-building::before { content: "\f1dd"; }
.bi-people::before { content: "\f4d0"; }
.bi-envelope::before { content: "\f32f"; }
.bi-search::before { content: "\f52a"; }

/*!index*/
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-play-circle-fill::before { content: "\f4f2"; }

/*!footer*/
.bi-facebook::before { content: "\f344"; }
.bi-instagram::before { content: "\f437"; }

.bi-chevron-up::before { content: "\f286"; }

/*!contact*/
.bi-envelope::before{content:'\F32F';}
.bi-geo-alt::before{content:'\F3E8';}

/*!news*/
.bi-lightbulb:before{content:'\F46B';}
.bi-calendar-event-fill:before{content:'\F1E7'}
