/* Alias legacy FontAwesome family names that the digit theme hardcodes
 * ("Font Awesome 6 Pro" / "5 Pro" / Brands / Duotone) onto the real FA7
 * webfonts, so any theme rule forcing those names still renders icons.
 * Glyph unicodes are stable across FA versions, so FA7 fonts render them. */
@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-light-300.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../webfonts/fa-light-300.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-duotone-900.woff2) format("woff2")}

/* v5/v6 → v7 icon NAME aliases (FA7 renamed/removed these; map to stable unicode) */
.fa-arrow-circle-left{--fa:"\f0a8"}
.fa-arrow-circle-right{--fa:"\f0a9"}
.fa-ban{--fa:"\f05e"}
.fa-bars{--fa:"\f0c9"}
.fa-bolt{--fa:"\f0e7"}
.fa-calendar-alt{--fa:"\f073"}
.fa-chart-line{--fa:"\f201"}
.fa-chart-pie{--fa:"\f200"}
.fa-check-circle{--fa:"\f058"}
.fa-clock{--fa:"\f017"}
.fa-cog{--fa:"\f013"}
.fa-comment-alt-lines{--fa:"\f4a6"}
.fa-comment-dots{--fa:"\f4ad"}
.fa-credit-card{--fa:"\f09d"}
.fa-exclamation-triangle{--fa:"\f071"}
.fa-expand-arrows-alt{--fa:"\f31e"}
.fa-file-alt{--fa:"\f15c"}
.fa-gavel{--fa:"\f0e3"}
.fa-home{--fa:"\f015"}
.fa-level-up-alt{--fa:"\f3bf"}
.fa-list{--fa:"\f03a"}
.fa-lock-alt{--fa:"\f30d"}
.fa-map-signs{--fa:"\f277"}
.fa-minus{--fa:"\f068"}
.fa-pencil{--fa:"\f040"}
.fa-quote-left{--fa:"\f10d"}
.fa-shield{--fa:"\f132"}
.fa-shield-alt{--fa:"\f3ed"}
.fa-times{--fa:"\f00d"}
.fa-times-circle{--fa:"\f057"}
.fa-user{--fa:"\f007"}
/* v4 outline (-o) names → glyph (renders in whatever style class is applied) */
.fa-check-circle-o{--fa:"\f058"}
.fa-picture-o{--fa:"\f03e"}
.fa-user-o{--fa:"\f007"}
