/* Bootstrap Icons 1.11.3 — sottoinsieme.
   Il font completo pesa 130 KB per circa 2000 icone e il suo CSS 86 KB.
   Qui ci sono solo le 28 icone usate dal sito: font 3 KB, CSS 1 KB.
   Per aggiungerne una: rigenerare con automazione/icone.py */
@font-face {
  font-family: "bootstrap-icons";
  font-display: block;
  src: url("bootstrap-icons.woff2") format("woff2");
}
.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-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-building::before { content: "\f1dd"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-clock::before { content: "\f293"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eye::before { content: "\f341"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-gear::before { content: "\f3e5"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-grid::before { content: "\f3fc"; }
.bi-inbox::before { content: "\f42d"; }
.bi-info-circle::before { content: "\f431"; }
.bi-list::before { content: "\f479"; }
.bi-lock::before { content: "\f47b"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-person::before { content: "\f4e1"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-sun::before { content: "\f5a2"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-trash::before { content: "\f5de"; }
