@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.woff") format("woff"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.woff") format("woff"),
       url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.woff") format("woff"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fa,
.fas,
.far,
.fab,
[class^="fa-"],
[class*=" fa-"] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa,
.fas,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fab,
.fa-facebook,
.fa-twitter,
.fa-pinterest,
.fa-instagram,
.fa-linkedin,
.fa-behance,
.fa-whatsapp,
.fa-youtube,
.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* Solid / regular icons */
.fa-check:before            { content: "\f00c"; }
.fa-user-o:before,
.fa-user:before             { content: "\f007"; }
.fa-calendar:before         { content: "\f073"; }
.fa-arrow-right:before      { content: "\f061"; }
.fa-arrow-left:before       { content: "\f060"; }
.fa-times:before            { content: "\f00d"; }
.fa-map-marker:before       { content: "\f3c5"; }
.fa-phone:before            { content: "\f095"; }
.fa-envelope:before         { content: "\f0e0"; }
.fa-angle-right:before      { content: "\f105"; }
.fa-angle-left:before       { content: "\f104"; }
.fa-clock-o:before,
.fa-clock:before            { content: "\f017"; }
.fa-paper-plane:before      { content: "\f1d8"; }
.fa-newspaper-o:before,
.fa-newspaper:before        { content: "\f1ea"; }
.fa-exclamation-circle:before { content: "\f06a"; }

/* Brand icons */
.fa-facebook:before         { content: "\f09a"; }
.fa-twitter:before          { content: "\f099"; }
.fa-pinterest:before        { content: "\f0d2"; }
.fa-instagram:before        { content: "\f16d"; }
.fa-linkedin:before         { content: "\f0e1"; }
.fa-behance:before          { content: "\f1b4"; }
.fa-whatsapp:before         { content: "\f232"; }
.fa-youtube:before,
.fa-youtube-play:before     { content: "\f167"; }
