/*!
 * Font Awesome 6.5.0 - Local hosting
 * Fonts: Self-hosted from /fonts/
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fa-solid-900.woff2') format('woff2'),
       url('/fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.fa, .fas, .fa-solid {
  font-family: 'FontAwesome';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Icon mappings */
.fa-arrow-right::before { content: "\f061"; }
.fa-rotate::before { content: "\f0aa"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-code::before { content: "\f121"; }
.fa-diagram-project::before { content: "\f542"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-crosshairs::before { content: "\f05b"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-paper-plane::before { content: "\f1d8"; }
