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

/* Compatibility layer: keep legacy icon-* classes working */
[class^="icon-"], [class*=" icon-"] {
  font-family: "bootstrap-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-anchor:before { content: "\f467"; } /* life-preserver */
.icon-check2:before { content: "\f272"; }
.icon-chevron-down:before { content: "\f282"; }
.icon-dribbble:before { content: "\f65f"; }
.icon-facebook:before { content: "\f344"; }
.icon-flag2:before { content: "\f3cc"; }
.icon-gear:before { content: "\f3e5"; }
.icon-github:before { content: "\f3ed"; }
.icon-globe:before { content: "\f3ef"; }
.icon-google-plus:before { content: "\f3f0"; }
.icon-instagram:before { content: "\f437"; }
.icon-paper-plane:before { content: "\f6c0"; }
.icon-paragraph:before { content: "\f4b4"; }
.icon-play2:before { content: "\f4f4"; }
.icon-power:before { content: "\f4ff"; }
.icon-toggle:before { content: "\f5d9"; }
.icon-twitter:before { content: "\f5ef"; }
.icon-umbrella:before { content: "\f5fd"; }
.icon-youtube-play:before { content: "\f62b"; }
