﻿/*!
 * Bootstrap Icons subset (used icons only)
 */
@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("../font/bootstrap-icons.woff2") format("woff2"),
       url("../font/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-x::before { content: "\f62a"; }
.bi-house::before { content: "\f425"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-gem::before { content: "\f3e6"; }
.bi-search::before { content: "\f52a"; }
.bi-download::before { content: "\f30a"; }
.bi-gear::before { content: "\f3e5"; }
.bi-person::before { content: "\f4e1"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-envelope::before { content: "\f32f"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cash-stack::before { content: "\f246"; }
