/* ═══ Bootstrap Icons — TEILMENGE der Marketing-Website (P26 § 2.5) ═══════════════════════
   ERZEUGT von scripts/website-icons/teilmenge.py — nicht von Hand bearbeiten, neu erzeugen.
   Bootstrap Icons, Copyright (c) The Bootstrap Authors, MIT-Lizenz
   (https://github.com/twbs/icons/blob/main/LICENSE). Dieselben Glyphen wie in
   wwwroot/lib/bootstrap-icons/, nur die 26 benutzten statt rund 2.000 — der volle
   Satz kostete gemessen 0,8 s bis zum ersten Bild (Begründung im Kopf des Skripts).
   Wer ein neues Symbol einbaut, fährt das Skript neu; Fahrdex.Tests/WebsiteSymboleTests
   wird sonst rot. */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons-teilmenge.woff2?v=a98a1b651067d570") 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-book::before { content: "\f194"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-car-front::before { content: "\f7e1"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-lg::before { content: "\f633"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-envelope::before { content: "\f32f"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-globe::before { content: "\f3ee"; }
.bi-inbox::before { content: "\f42d"; }
.bi-info-circle::before { content: "\f431"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pen::before { content: "\f4c8"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-receipt::before { content: "\f50f"; }
.bi-rocket-takeoff::before { content: "\f845"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-youtube::before { content: "\f62b"; }
