/*!
 * 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: layers-fill, kanban, shield-lock, lightning-charge, diagram-3, 
 * check2-circle, info-circle, headset, check2, file-earmark-text, bi-chevron-down, bi-chevron-up
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("fonts/about-submitinme-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 actually used in press-release.aspx === */
.bi-layers-fill::before { content: "\f45e"; }
.bi-kanban::before { content: "\f43c"; }
.bi-shield-lock::before { content: "\f560"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-diagram-3::before { content: "\f2f5"; }
.bi-check2-circle::before { content: "\f26c"; }
.bi-info-circle::before { content: "\f431"; }
.bi-headset::before { content: "\f414"; }
.bi-check2::before { content: "\f26a"; }
.bi-file-earmark-text::before { content: "\f378"; }

/* Note: bi-chevron-down and bi-chevron-up are not currently used in the page 
   but kept for potential dropdown functionality */
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-up::before { content: "\f286"; }