@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/wp-content/themes/ti-theme/assets/webfonts/font-awesome-5/fa-solid-900.woff2') format('woff2');
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Spinner animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-address-book::before { content: "\f2b9"; }
.fa-address-card::before { content: "\f2bb"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-award::before { content: "\f559"; }
.fa-bars::before { content: "\f0c9"; }
.fa-book::before { content: "\f02d"; }
.fa-bug::before { content: "\f188"; }
.fa-chalkboard-teacher::before { content: "\f51c"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-cog::before { content: "\f013"; }
.fa-comment::before { content: "\f075"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-edit::before { content: "\f044"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-exchange-alt::before { content: "\f362"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-file-signature::before { content: "\f573"; }
.fa-globe-americas::before { content: "\f57d"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-home::before { content: "\f015"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-leaf::before { content: "\f06c"; }
.fa-minus::before { content: "\f068"; }
.fa-moon::before { content: "\f186"; }
.fa-pause::before { content: "\f04c"; }
.fa-pen-square::before { content: "\f14b"; }
.fa-play::before { content: "\f04b"; }
.fa-plus::before { content: "\f067"; }
.fa-question::before { content: "\f128"; }
.fa-search::before { content: "\f002"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-spinner::before { content: "\f110"; }
.fa-star::before { content: "\f005"; }
.fa-star-half-alt::before { content: "\f5c0"; }
.fa-stop::before { content: "\f04d"; }
.fa-sun::before { content: "\f185"; }
.fa-sync::before { content: "\f021"; }
.fa-times::before { content: "\f00d"; }
.fa-times-circle::before { content: "\f057"; }
.fa-tools::before { content: "\f7d9"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trash-alt::before { content: "\f2ed"; }
.fa-university::before { content: "\f19c"; }
.fa-upload::before { content: "\f093"; }
.fa-user-graduate::before { content: "\f501"; }

/*----------FONT AWESOME 7----------*/

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
    src: url('/wp-content/themes/ti-theme/assets/webfonts/font-awesome-7/fa-solid-900.woff2') format('woff2');
}

.fa-solid {
  --fa-style: 900;
}

.fa-question-circle::before { content: "\f059"; }


