@import url('/static/vendor/bootstrap-icons/font/bootstrap-icons.min.css');

/* Force absolute font URLs so icons work from any template path. */
@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url('/static/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff2') format('woff2'),
       url('/static/vendor/bootstrap-icons/font/fonts/bootstrap-icons.woff') format('woff');
}
