/* FontAwesome 6 → 5 name compatibility.
   The bundled webfont is FontAwesome 5, but parts of the app (admin sidebar,
   panels, search, toasts) use FA6 icon names which have no glyph in FA5 and
   render as blank boxes. These aliases map each FA6 name to the FA5 glyph so
   the icons show, without touching component code or swapping the font. */
.fa-arrow-up-right-from-square::before { content: "\f35d"; } /* external-link-alt */
.fa-cart-shopping::before          { content: "\f07a"; } /* shopping-cart */
.fa-chart-column::before           { content: "\f080"; } /* chart-bar */
.fa-circle-exclamation::before     { content: "\f06a"; } /* exclamation-circle */
.fa-circle-info::before            { content: "\f05a"; } /* info-circle */
.fa-gauge-high::before             { content: "\f3fd"; } /* tachometer-alt */
.fa-hard-drive::before             { content: "\f0a0"; } /* hdd */
.fa-location-dot::before           { content: "\f3c5"; } /* map-marker-alt */
.fa-magnifying-glass::before       { content: "\f002"; } /* search */
.fa-right-from-bracket::before     { content: "\f2f5"; } /* sign-out-alt */
.fa-rotate-right::before           { content: "\f01e"; } /* redo */
.fa-shield-halved::before          { content: "\f3ed"; } /* shield-alt */
.fa-triangle-exclamation::before   { content: "\f071"; } /* exclamation-triangle */
.fa-xmark::before                  { content: "\f00d"; } /* times */
