/**
 * Font Awesome 4.7 — same-origin webfonts (works on artisan serve + Laragon).
 * Theme CSS may load from APP_URL on another host/port; browsers block cross-origin @font-face.
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body.sn-redesign .fa,
body.sn-redesign i.fa,
body.kingster-body .fa,
body.kingster-body i.fa {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.sn-redesign .fa::before,
body.sn-redesign i.fa::before,
body.kingster-body .fa::before,
body.kingster-body i.fa::before {
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
}
