/* Bootstrap Icons v1.11.3 — JVault subset.
 *
 * The full bootstrap-icons.min.css is 85 KB of render-blocking CSS and
 * a 130 KB font for the FOUR icons this app actually uses (bi-flag,
 * bi-github, bi-telegram, bi-twitter-x — all statically referenced, no
 * dynamic `bi-${...}` composition). This file + bootstrap-icons-jv.woff2
 * (an 844-byte pyftsubset of the official font, codepoints
 * F3CC/F3ED/F5B3/F8DB) replace them. Base ::before rule is copied
 * verbatim from the original.
 *
 * Adding a NEW bi-* icon? Add its ::before rule here AND re-subset the
 * font with the new codepoint (the full original files are kept next to
 * this one), or temporarily switch index.html back to
 * bootstrap-icons.min.css.
 *
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("fonts/bootstrap-icons-jv.woff2") format("woff2");
}
.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-flag::before { content: "\f3cc"; }
.bi-github::before { content: "\f3ed"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-twitter-x::before { content: "\f8db"; }
