/*! LocBx subset of Bootstrap Icons — only glyphs used in the app */
@font-face {
	font-display: swap;
	font-family: "bootstrap-icons";
	src: url("../vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff2") format("woff2"),
		url("../vendor/bootstrap-icons/font/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: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-circle-half::before { content: "\f288"; }
/* Markup uses bi-delete; map to backspace glyph */
.bi-delete::before { content: "\f159"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-phone::before { content: "\f4e7"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-x-lg::before { content: "\f659"; }
