/*!
 * Custom subset of Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Trimmed to only the icons actually used across shaderite.com.au
 * Original: MIT License (https://github.com/twbs/icons/blob/main/LICENSE)
 */

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

.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;
}

.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-door-closed::before { content: "\f306"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope::before { content: "\f32f"; }
.bi-facebook::before { content: "\f344"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-instagram::before { content: "\f437"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-list::before { content: "\f479"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-rulers::before { content: "\f523"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-star-fill::before { content: "\f586"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-window::before { content: "\f620"; }
.bi-x::before { content: "\f62a"; }
