﻿/* Subset of Bootstrap Icons used by Manarah-ssr — not the full icon set */
@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("/assets/fonts/bootstrap-icons/bootstrap-icons.woff2") format("woff2"),
       url("/assets/fonts/bootstrap-icons/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-backspace-fill::before { content: "\f156"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-house-door::before { content: "\f423"; }
.bi-grid::before { content: "\f3fc"; }
.bi-journal-text::before { content: "\f444"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-info-circle::before { content: "\f431"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-x-lg::before { content: "\f659"; }
.bi-list::before { content: "\f479"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-calendar3::before { content: "\f214"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-key::before { content: "\f44f"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-people::before { content: "\f4d0"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-search::before { content: "\f52a"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-phone::before { content: "\f4e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-instagram::before { content: "\f437"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-lock::before { content: "\f47b"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-person::before { content: "\f4e1"; }
.bi-bell::before { content: "\f18a"; }
.bi-map::before { content: "\f47f"; }
.bi-headset::before { content: "\f414"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-book::before { content: "\f194"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-compass::before { content: "\f2d1"; }
.bi-calendar2-check::before { content: "\f1f8"; }

