@import url("icons/bootstrap-icons.css"); /* Ref: https://icons.getbootstrap.com/#icons */

[class*="bi-"],
[class*=" bi-"] {
	display: inline-block;
	line-height: inherit;
	font-display: swap;
}

[class*="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-flex;
	align-self: center;
	justify-self: center;
	line-height: inherit;
}

.icon-lg {
	font-size: 1.3333333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.icon-2x { font-size: 2em; }
.icon-3x { font-size: 3em; }
.icon-fw { text-align: center; width: 1.25em; }
