/**
 * FontAwesome 6 to 5 compatibility shim
 * Maps FA6 class names to FA5 equivalents
 */

/* FA6 style classes -> FA5 style classes */
.fa-solid { font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.fa-regular { font-family: 'Font Awesome 5 Free'; font-weight: 400; }
.fa-brands { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }

/* FA6 icon name aliases -> FA5 unicode mappings */
.fa-pencil:before { content: "\f303"; } /* fa-pencil-alt in FA5 */
.fa-trash-can:before { content: "\f2ed"; } /* fa-trash-alt in FA5 */
.fa-box-archive:before { content: "\f187"; } /* fa-archive in FA5 */
