/* Font Awesome 6.4.0 - Minimal Version for RAIVEN */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2") format("woff2");
}

.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-lock:before {
  content: "\f023";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-cog:before {
  content: "\f013";
}

.fa-crow:before {
  content: "\f520";
}

.fa-spin:before {
  animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 