/* Ensure Bootstrap Icons font swaps quickly to avoid FOIT */
@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/fonts/bootstrap-icons.woff2?30af91b0175c5d75fa3ccec3a5a61d21") format("woff2");
}


