/* Font Awesome Free 7.2.0: icons used by the current pages only. */
@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2");
}

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

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

.fa-brands,
.fa-regular,
.fa-solid {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: 1.25em;
}

.fa-brands {
    font-family: "Font Awesome 7 Brands";
    font-weight: 400;
}

.fa-regular {
    font-family: "Font Awesome 7 Free";
    font-weight: 400;
}

.fa-solid {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
}

.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-user::before { content: "\f007"; }
.fa-clock::before { content: "\f017"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
