/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/) — Momrah subset.
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 *
 * Replaces the full 96KB sheet (~2,000 selectors) in the render-blocking
 * bundle; only the glyphs referenced by Momrah code are kept. When a new
 * bi-* icon is introduced, copy its ::before rule from the full sheet at
 * themes/contrib/bootstrap5/dist/icons/1.11.0/font/bootstrap-icons.css.
 * Wired up via libraries-override in momrah_theme.info.yml.
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("/themes/contrib/bootstrap5/dist/icons/1.11.0/font/fonts/bootstrap-icons.woff2?1bb88866b4085542c8ed5fb61b9393dd") format("woff2"),
url("/themes/contrib/bootstrap5/dist/icons/1.11.0/font/fonts/bootstrap-icons.woff?1bb88866b4085542c8ed5fb61b9393dd") 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-calendar::before { content: "\f1f6"; }
.bi-download::before { content: "\f30a"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
