/* FA4 backward-compat: -o suffix icons removed in FA6 Free.
   Regular icons (weight 400) are in the FA6 "Font Awesome 6 Free" regular font.
   fa-trash-o uses the v4compatibility font (FontAwesome family, f1f8). */

.fa-building-o    { --fa-style: 400; }
.fa-building-o:before    { --fa: "\f0f7"; }

.fa-calendar-o    { --fa-style: 400; }
.fa-calendar-o:before    { --fa: "\f133"; }

.fa-check-circle-o { --fa-style: 400; }
.fa-check-circle-o:before { --fa: "\f05d"; }

.fa-check-square-o { --fa-style: 400; }
.fa-check-square-o:before { --fa: "\f046"; }

.fa-clock-o       { --fa-style: 400; }
.fa-clock-o:before       { --fa: "\f017"; }

.fa-comment-o     { --fa-style: 400; }
.fa-comment-o:before     { --fa: "\f0e5"; }

.fa-comments-o    { --fa-style: 400; }
.fa-comments-o:before    { --fa: "\f0e6"; }

.fa-envelope-o    { --fa-style: 400; }
.fa-envelope-o:before    { --fa: "\f003"; }

.fa-file-o        { --fa-style: 400; }
.fa-file-o:before        { --fa: "\f016"; }

.fa-files-o       { --fa-style: 400; }
.fa-files-o:before       { --fa: "\f0c5"; }

.fa-floppy-o      { --fa-style: 400; }
.fa-floppy-o:before      { --fa: "\f0c7"; }

.fa-folder-open-o { --fa-style: 400; }
.fa-folder-open-o:before { --fa: "\f115"; }

.fa-newspaper-o   { --fa-style: 400; }
.fa-newspaper-o:before   { --fa: "\f1ea"; }

.fa-square-o      { --fa-style: 400; }
.fa-square-o:before      { --fa: "\f096"; }

.fa-star-o        { --fa-style: 400; }
.fa-star-o:before        { --fa: "\f006"; }

.fa-trash-o       { --fa-style-family: "FontAwesome"; }
.fa-trash-o:before       { --fa: "\f1f8"; }

.fa-user-o        { --fa-style: 400; }
.fa-user-o:before        { --fa: "\f2c0"; }
