/* Override to ensure bootstrap-icons font files load from correct local paths */
@font-face {
  font-family: 'bootstrap-icons';
  src: url('/lib/bootstrap-icons/bootstrap-icons.woff2') format('woff2'),
       url('/lib/bootstrap-icons/bootstrap-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* No further rules required; this ensures the font files resolve correctly when bootstrap-icons.css references the font-family. */
