/*
 * Font Awesome Free 6.7.2 subset for the Digital Freemasonry V6 landing page.
 * Icons: CC BY 4.0; Fonts: SIL OFL 1.1; Code: MIT License.
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../webfonts/fa-solid-v6-subset.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../webfonts/fa-brands-v6-subset.woff2") format("woff2");
}

.fa-solid,
.fa-brands {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

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

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

.fa-solid::before,
.fa-brands::before {
    content: var(--fa);
}

.fa-bars { --fa: "\f0c9"; }
.fa-xmark { --fa: "\f00d"; }
.fa-shield-halved { --fa: "\f3ed"; }
.fa-scale-balanced { --fa: "\f24e"; }
.fa-globe { --fa: "\f0ac"; }
.fa-landmark { --fa: "\f66f"; }
.fa-people-group { --fa: "\e533"; }
.fa-id-card { --fa: "\f2c2"; }
.fa-box-archive { --fa: "\f187"; }
.fa-cube { --fa: "\f1b2"; }
.fa-circle-nodes { --fa: "\e4e2"; }
.fa-building-columns { --fa: "\f19c"; }
.fa-brain { --fa: "\f5dc"; }
.fa-compass-drafting { --fa: "\f568"; }
.fa-code { --fa: "\f121"; }
.fa-instagram { --fa: "\f16d"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-tiktok { --fa: "\e07b"; }
