/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free
 */
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

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

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

.fa-home:before {
    content: "\f015";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-leaf:before {
    content: "\f06c";
}
