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

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

.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-phone::before         { content: "\f095"; }
.fa-play-circle::before   { content: "\f144"; }
.fa-times::before         { content: "\f00d"; }
