/**
 * Font Awesome Icons - Minimal Subset
 * Only includes icons used in this theme (~2KB vs ~30KB full library)
 * Icons: check-circle, paperclip, list-alt, file-text-o, envelope-o, edit,
 *        calendar-plus-o, user, calendar, arrow-right, users, star,
 *        smile-o, money, comment, clock-o, offer (custom)
 */

/* Font Face - Using CDN font files */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Base FA Class */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icon Definitions (Unicode values from Font Awesome 4.7) */
.fa-envelope-o:before { content: "\f003"; }
.fa-star:before { content: "\f005"; }
.fa-user:before { content: "\f007"; }
.fa-check-circle:before { content: "\f058"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-calendar:before { content: "\f073"; }
.fa-comment:before { content: "\f075"; }
.fa-list-alt:before { content: "\f022"; }
.fa-edit:before { content: "\f044"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-money:before { content: "\f0d6"; }
.fa-clock-o:before { content: "\f017"; }
.fa-users:before { content: "\f0c0"; }
.fa-smile-o:before { content: "\f118"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-calendar-plus-o:before { content: "\f271"; }
.fa-file-text:before { content: "\f15c"; }
.fa-trash:before { content: "\f1f8"; }

/* Custom icon: fa-offer (using tag/label icon) */
.fa-offer:before { content: "\f02b"; }
