/*
 * MineJobs Font Awesome 7 modern layer.
 * This file contains no font files and no legacy FA4/FA5 shims.
 */
.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-solid { font-family: "Font Awesome 7 Pro" !important; font-weight: 900 !important; }
.fa-regular { font-family: "Font Awesome 7 Pro" !important; font-weight: 400 !important; }
.fa-brands { font-family: "Font Awesome 7 Brands" !important; font-weight: 400 !important; }

.fa-solid::before,
.fa-regular::before,
.fa-brands::before {
  display: inline-block;
  line-height: 1;
}
