/*!
 * Webnet critical Font Awesome subset
 * Full profonts.css continues loading asynchronously.
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/fa-light-300.woff2) format("woff2");
}
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fonts/fa-solid-900.woff2) format("woff2");
}

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa-bars:before {
    content: "\f0c9";
}
.fa-plus:before {
    content: "\f067";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-check:before {
    content: "\f00c";
}
.fa-times-circle:before {
    content: "\f057";
}
