/*!
 * Font Awesome Free 6.4.0 - Custom Minimal Build
 * License - https://fontawesome.com/license (Commercial License)
 */

:root {
    --fa-style-prefix: "fas";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fa-regular-400.woff2') format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/fa-solid-900.woff2') format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fa-brands-400.woff2') format("woff2");
}

.fas,
.far,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa-code:before { content: "\f121"; }
.fa-rocket:before { content: "\f135"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plug:before { content: "\f1e6"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-mobile-screen-button:before { content: "\f3cd"; }
.fa-paw:before { content: "\f1b0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-th-large:before { content: "\f009"; }
.fa-calendar:before { content: "\f133"; }
.fa-eye:before { content: "\f06e"; }
.fa-database:before { content: "\f1c0"; }
.fa-docker:before { content: "\f395"; }
.fa-aws:before { content: "\f962"; }
.fa-cogs:before { content: "\f085"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-clock:before { content: "\f017"; }
.fa-github:before { content: "\f09b"; }
.fa-medium:before { content: "\f4fa"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-heart:before { content: "\f004"; }
.fa-coffee:before { content: "\f7f4"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-times:before { content: "\f00d"; }
.fa-spinner:before { content: "\f110"; }

.fa-solid .fa-sr-only,
.fa-solid .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fa-blog::before { content: "\f5fc"; }
