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

.fa-solid,
.fas {
    display: inline-block;
    width: 1.25em;
    font-family: "Font Awesome 7 Pro";
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-solid::before,
.fas::before { content: var(--fa); }
.fa-spin { animation: fa-spin 2s infinite linear; }
.fa-shield-check { --fa: "\f2f7"; }
.fa-arrow-left { --fa: "\f060"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-bars { --fa: "\f0c9"; }
.fa-magnifying-glass { --fa: "\f002"; }
.fa-arrow-down { --fa: "\f063"; }
.fa-award { --fa: "\f559"; }
.fa-building-columns { --fa: "\f19c"; }
.fa-circle-check { --fa: "\f058"; }
.fa-clock { --fa: "\f017"; }
.fa-coins { --fa: "\f51e"; }
.fa-file-signature { --fa: "\f573"; }
.fa-headset { --fa: "\f590"; }
.fa-message { --fa: "\f27a"; }
.fa-phone { --fa: "\f095"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-globe { --fa: "\f0ac"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-sliders { --fa: "\f1de"; }
.fa-newspaper { --fa: "\f1ea"; }
.fa-file-lines { --fa: "\f15c"; }
.fa-folder-open { --fa: "\f07c"; }
.fa-user { --fa: "\f007"; }
.fa-layer-group { --fa: "\f5fd"; }
.fa-tag { --fa: "\f02b"; }
.fa-calendar { --fa: "\f133"; }
.fa-calendar-days { --fa: "\f073"; }
.fa-circle-question { --fa: "\f059"; }
.fa-list-ol { --fa: "\f0cb"; }
.fa-fingerprint { --fa: "\f577"; }
.fa-palette { --fa: "\f53f"; }
.fa-house { --fa: "\f015"; }
.fa-eye { --fa: "\f06e"; }
.fa-gauge-high { --fa: "\f625"; }
.fa-window-maximize { --fa: "\f2d0"; }
.fa-badge-check { --fa: "\f336"; }
.fa-bars-staggered { --fa: "\f550"; }
.fa-arrow-up-right-from-square { --fa: "\f08e"; }
.fa-wand-magic-sparkles { --fa: "\e2ca"; }
.fa-address-book { --fa: "\f2b9"; }
.fa-share-nodes { --fa: "\f1e0"; }
.fa-rotate { --fa: "\f2f1"; }
.fa-user-pen { --fa: "\f4ff"; }
.fa-map-location-dot { --fa: "\f5a0"; }
.fa-rectangle-wide { --fa: "\f2fc"; }
.fa-signature { --fa: "\f5b7"; }
.fa-table-columns { --fa: "\f0db"; }
.fa-scale-balanced { --fa: "\f24e"; }
.fa-sparkles { --fa: "\f890"; }
.fa-chevron-left { --fa: "\f053"; }
.fa-floppy-disk { --fa: "\f0c7"; }
.fa-check { --fa: "\f00c"; }
.fa-star { --fa: "\f005"; }
.fa-link { --fa: "\f0c1"; }
.fa-xmark { --fa: "\f00d"; }
.fa-lock { --fa: "\f023"; }
.fa-circle-info { --fa: "\f05a"; }
.fa-image { --fa: "\f03e"; }
.fa-trash { --fa: "\f2ed"; }
.fa-spinner { --fa: "\f110"; }
.fa-arrow-up { --fa: "\f062"; }
.fa-plus { --fa: "\f067"; }
.fa-chevron-up { --fa: "\f077"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-arrow-right-arrow-left { --fa: "\f0ec"; }
.fa-eye-slash { --fa: "\f070"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-tiktok { --fa: "\e07b"; }
.fa-instagram { --fa: "\f16d"; }
.fa-linkedin-in { --fa: "\f0e1"; }
.fa-x-twitter { --fa: "\e61b"; }
.fa-youtube { --fa: "\f167"; }
.fa-whatsapp { --fa: "\f232"; }

@media (prefers-reduced-motion: reduce) {
    .fa-spin { animation: none !important; }
}

@keyframes fa-spin {
    to { transform: rotate(360deg); }
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../webfonts/fa-brands-400-subset.woff2") format("woff2");
}
.fa-brands,
.fab { display:inline-block; width:1.25em; font-family:"Font Awesome 7 Brands"; font-style:normal; font-weight:400; line-height:1; text-align:center; -webkit-font-smoothing:antialiased; }
.fa-brands::before,.fab::before{content:var(--fa)}
