/* Font Awesome 5.15.3 — sous-ensemble local (uniquement les icônes utilisées).
   Généré via pyftsubset, voir scripts/optimize-images.sh / l'audit.
   Remplace le CDN cdnjs (requête bloquante + police complète ~150 Ko). */
@font-face {
  font-family: "FA5Solid";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/webfonts/fa-solid-900.subset.woff2") format("woff2");
}
@font-face {
  font-family: "FA5Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/webfonts/fa-brands-400.subset.woff2") format("woff2");
}

.fa, .fas, .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 { font-family: "FA5Solid"; font-weight: 900; }
.fab { font-family: "FA5Brands"; font-weight: 400; }

/* Glyphes solides */
.fa-volume-up:before   { content: "\f028"; }
.fa-lightbulb:before   { content: "\f0eb"; }
.fa-users:before       { content: "\f0c0"; }
.fa-music:before       { content: "\f001"; }
.fa-arrow-left:before  { content: "\f060"; }
.fa-arrow-up:before    { content: "\f062"; }
.fa-bars:before        { content: "\f0c9"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-envelope:before    { content: "\f0e0"; }
.fa-eraser:before      { content: "\f12d"; }
.fa-folder:before      { content: "\f07b"; }
.fa-home:before        { content: "\f015"; }
.fa-list:before        { content: "\f03a"; }
.fa-phone:before       { content: "\f095"; }
.fa-search:before      { content: "\f002"; }
.fa-sliders-h:before   { content: "\f1de"; }
.fa-tag:before         { content: "\f02b"; }
.fa-th-large:before    { content: "\f009"; }

/* Glyphes marques */
.fa-facebook-f:before  { content: "\f39e"; }
.fa-instagram:before   { content: "\f16d"; }
