@font-face {
  font-family: 'Font Awesome 5 Brands';
  src:
    url("../../font/fa-brands-400.ttf") format("truetype"),
    url("../../font/fa-brands-400.woff") format("woff");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  src:
    url("../../font/fa-solid-900.ttf") format("truetype"),
    url("../../font/fa-solid-900.woff") format("woff");
}

[class*="fa-"]:after,
[class*="fa-"]:before,
[class*="ul-"] li:before,
summary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family:
    "Font Awesome 5 Free",
    "Font Awesome 5 Brands";
  font-style: normal;
  font-variant: normal;
  white-space: pre-wrap;
}


/* :after
------------------------------------------------------------------------------*/
[class*="fa-"]:after {
  font-size: .9em;
}
.fa-angles-right:after {
  content: "\f101";
}
.fa-chevron-circle-right:after {
  content: "\f138";
}
.fa-external-link-alt:after {
  content: "\f35d";
}
.fa-info-circle:after {
  content: "\f05a";
}


/* :before
------------------------------------------------------------------------------*/
.fa-at:before {
  content: "\f1fa";
}
.fa-check:after {
  content: "\f00c";
}
.fa-chevron-circle-down:after {
  content: "\f13a";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-circle:before {
  content: "\f111";
}
.fa-clock:before {
  content: "\f017";
}
.fa-code:before {
  content: "\f121";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-envelope-square:before {
  content: "\f199"; /* f0e0 */
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-face-sad-tear:before {
  content: "\f5b4";
}
.fa-face-smile:before {
  content: "\f118";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-slash:before {
  content: "\f715";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-thumbtack:before {
  content: "\f08d";
}