/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 * Custom subset: only solid icons used in project
 */
:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa,
.fa-solid,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900
}

.fa:before,
.fa-solid:before,
.fas:before {
    content: var(--fa)
}

.fa-globe {
    --fa: "\f0ac"
}

.fa-briefcase {
    --fa: "\f0b1"
}

.fa-bug {
    --fa: "\f188"
}

.fa-users {
    --fa: "\f0c0"
}

.fa-clock {
    --fa: "\f017"
}

.fa-shield-alt,
.fa-shield-halved {
    --fa: "\f3ed"
}

.fa-code {
    --fa: "\f121"
}

.fa-mobile-alt,
.fa-mobile-screen-button {
    --fa: "\f3cd"
}

.fa-search,
.fa-magnifying-glass {
    --fa: "\f002"
}

.fa-server {
    --fa: "\f233"
}

.fa-network-wired {
    --fa: "\f6ff"
}

.fa-radar {
    --fa: "\e024"
}

.fa-head-side-brain {
    --fa: "\f808"
}

.fa-envelope {
    --fa: "\f0e0"
}

.fa-key {
    --fa: "\f084"
}