/*!
 * This file was modified by @fontawesome - https://fontawesome.com (FontAwesome 6.4.0)
 * Here is the original copyright information:
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://cdn.bootcss.com/font-awesome/6.4.0/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdn.bootcss.com/font-awesome/6.4.0/webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://cdn.bootcss.com/font-awesome/6.4.0/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdn.bootcss.com/font-awesome/6.4.0/webfonts/fa-solid-900.ttf) format("truetype")
}

.fab,.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
}

.fas {
    font-family: "Font Awesome 6 Free"
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa-solid,.fas {
    font-weight: 900
}

.fa-github:before {
    content: "\f09b"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-blog:before {
    content: "\f781"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-angle-double-down:before {
    content: "\f103"
}