/* Font overrides: reduce FOIT by forcing swap for bootstrap-icons */
@font-face {
  font-family: 'bootstrap-icons';
  src: url('/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2') format('woff2'),
       url('/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
