/* Override to avoid FOIT/CLS: ensure icon font uses swap */
@font-face {
  font-display: swap;
  font-family: bootstrap-icons;
  font-style: normal;
  font-weight: 400;
  src:
    url("fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
    url("fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

