1 2@font-face { 3 font-display: block; 4 font-family: bootstrap-icons; 5 src: url("/static/icons/bsi.min.woff2?v=1740282679") format("woff2"); 6} 7.bi::before, 8[class*=" bi-"]::before, 9[class^="bi-"]::before { 10 display: inline-block; 11 font-family: bootstrap-icons !important; 12 font-style: normal; 13 font-weight: 400 !important; 14 font-variant: normal; 15 text-transform: none; 16 line-height: 1; 17 vertical-align: -0.125em; 18 -webkit-font-smoothing: antialiased; 19 -moz-osx-font-smoothing: grayscale; 20}.bi-bug::before { 21 content: "\f1dc"; 22} 23.bi-check-circle::before { 24 content: "\f26b"; 25} 26.bi-check2::before { 27 content: "\f272"; 28} 29.bi-chevron-down::before { 30 content: "\f282"; 31} 32.bi-chevron-right::before { 33 content: "\f285"; 34} 35.bi-exclamation-triangle::before { 36 content: "\f33b"; 37} 38.bi-info-circle::before { 39 content: "\f431"; 40} 41.bi-lightning::before { 42 content: "\f46f"; 43} 44.bi-list-ul::before { 45 content: "\f478"; 46} 47.bi-paragraph::before { 48 content: "\f4b4"; 49} 50.bi-pencil::before { 51 content: "\f4cb"; 52} 53.bi-question-circle::before { 54 content: "\f505"; 55} 56.bi-x-lg::before { 57 content: "\f659"; 58} 59.bi-quote::before { 60 content: "\f6b0"; 61} 62.bi-clipboard2-data::before { 63 content: "\f727"; 64} 65.bi-fire::before { 66 content: "\f7f6"; 67}