/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 * 
 * This is a custom build containing ONLY the icons used in the press-release.aspx template.
 * Icons included: megaphone, award, lightning, people, star, newspaper, graph-up, speedometer2,
 * lightbulb, pencil, broadcast, headset, bar-chart-steps, telephone-fill, whatsapp, envelope-fill,
 * rocket-takeoff, telephone, chevron-down, chevron-up, arrow-down-circle, check-circle.
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("fonts/press-bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
       url("fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
        font-display: swap;
}

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

/* === Icons used in press-release.aspx === */
.bi-megaphone::before { content: "\f484"; }
.bi-award-fill::before { content: "\f153"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-star-fill::before { content: "\f586"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-headset::before { content: "\f414"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-rocket-takeoff::before { content: "\f845"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-check-circle::before { content: "\f26b"; }