/* bootstrap-icons SUBSET – SolveTrail 2026-08-06
   Enthaelt nur die 6 sitewide genutzten Glyphen:
   telephone, envelope, chevron-left/right (Klassen) + F64D/F63B (Accordion via styles.css) */
@font-face {
  font-family: "bootstrap-icons";
  font-display: swap;
  src: url("../font/bootstrap-icons.woff2") format("woff2"),
       url("../font/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-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-envelope::before { content: "\f32f"; }
.bi-telephone::before { content: "\f5c1"; }
