@font-face {
  font-family: 'bootstrap-icons';
  src: url('/fonts/bootstrap-icons/bootstrap-icons.woff2') format('woff2'),
       url('/fonts/bootstrap-icons/bootstrap-icons.woff') format('woff'),
       url('/fonts/bootstrap-icons/bootstrap-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.bi {
  display: inline-block;
  font-family: 'bootstrap-icons' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-chevron-right:before {
  content: "\f285";
  transform: translateY(2px);
  display: inline-block;
} 