@font-face {
    font-display: block;
    font-family: "bfs-icons";
    src: url("/static/fonts/bfs-icons.woff2?edb77c0fc45f6f808f823831a385f305") format("woff2"),
url("/static/fonts/bfs-icons.woff?edb77c0fc45f6f808f823831a385f305") format("woff");
}

i[class^="bfs-"]:before, i[class*=" bfs-"]:before {
    display: inline-block;
    vertical-align: -.025em;
    font-family: bfs-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bfs-triangle-exclamation:before {
    content: "\f101";
}
.bfs-submit:before {
    content: "\f102";
}
.bfs-shield:before {
    content: "\f103";
}
.bfs-share:before {
    content: "\f104";
}
.bfs-share-x:before {
    content: "\f105";
}
.bfs-share-whatsapp:before {
    content: "\f106";
}
.bfs-share-telegram:before {
    content: "\f107";
}
.bfs-share-snapchat:before {
    content: "\f108";
}
.bfs-share-sms:before {
    content: "\f109";
}
.bfs-share-reddit:before {
    content: "\f10a";
}
.bfs-share-facebook:before {
    content: "\f10b";
}
.bfs-share-email:before {
    content: "\f10c";
}
.bfs-menu-vertical:before {
    content: "\f10d";
}
.bfs-menu-close:before {
    content: "\f10e";
}
.bfs-menu-bars:before {
    content: "\f10f";
}
.bfs-image:before {
    content: "\f110";
}
.bfs-face-smile:before {
    content: "\f111";
}
.bfs-face-meh:before {
    content: "\f112";
}
.bfs-face-frown:before {
    content: "\f113";
}
.bfs-circle-xmark:before {
    content: "\f114";
}
.bfs-circle-info:before {
    content: "\f115";
}
.bfs-circle-exclamation:before {
    content: "\f116";
}
.bfs-circle-check:before {
    content: "\f117";
}
