/*
 * Bolton Works icon subset — Unicons + Bootstrap Icons only.
 * Skips ThemeForest-bundled Font Awesome 6 Free, which logs noisy
 * "Glyph bbox was incorrect" warnings in Firefox (broken glyf tables in pack).
 */
@import url("/canvas/css/icons/unicons.css");
@import url("/canvas/css/icons/bootstrap-icons.css");

[class*="fa-"],
[class*=" fa-"],
[class*="bi-"],
[class*=" bi-"],
[class*="uil-"],
[class*=" uil-"] {
  display: inline-block;
  line-height: inherit;
  font-display: swap;
}

[class*="fa-"]::before,
[class*=" fa-"]::before,
[class*="bi-"]::before,
[class*=" bi-"]::before,
[class*="uil-"]::before,
[class*=" uil-"]::before {
  display: inline-flex;
  align-self: center;
  justify-self: center;
  line-height: inherit;
}
