/* Self-hosted Font Awesome subset — TDR (26 icons only) */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fa-brands-400.woff2') format('woff2');
}

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fas, .fa { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.far       { font-family: 'Font Awesome 6 Free'; font-weight: 400; }
.fab       { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* ── Solid icons ────────────────────────────────────────── */
.fa-arrow-left::before        { content: "\f060"; }
.fa-arrow-right::before       { content: "\f061"; }
.fa-check-circle::before      { content: "\f058"; }
.fa-cogs::before               { content: "\f085"; }
.fa-external-link-alt::before  { content: "\f35d"; }
.fa-eye::before                { content: "\f06e"; }
.fa-heart::before              { content: "\f004"; }
.fa-images::before             { content: "\f302"; }
.fa-inbox::before              { content: "\f01c"; }
.fa-info-circle::before        { content: "\f05a"; }
.fa-map-marker-alt::before     { content: "\f3c5"; }
.fa-newspaper::before          { content: "\f1ea"; }
.fa-question-circle::before    { content: "\f059"; }
.fa-star::before               { content: "\f005"; }
.fa-tools::before              { content: "\f7d9"; }
.fa-truck::before              { content: "\f0d1"; }
.fa-user-cog::before           { content: "\f4fe"; }
.fa-wrench::before             { content: "\f0ad"; }

/* ── Regular icons ──────────────────────────────────────── */
.far.fa-calendar-alt::before  { content: "\f073"; }

/* ── Brand icons ────────────────────────────────────────── */
.fa-facebook-f::before   { content: "\f39e"; }
.fa-instagram::before    { content: "\f16d"; }
.fa-linkedin::before     { content: "\f0e1"; }
.fa-pinterest::before    { content: "\f0d2"; }
.fa-tiktok::before       { content: "\e07b"; }
.fa-tumblr::before       { content: "\f173"; }
.fa-x::before            { content: "\58"; }
.fa-youtube::before      { content: "\f167"; }
