/*!
 * Font Awesome Free 6.4.0 - Subset for SGA Theme
 * License - https://fontawesome.com/license/free
 *
 * This is a minimal subset containing only icons used in the SGA theme.
 * For the full icon set, download from: https://fontawesome.com/download
 */

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

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../webfonts/fa-solid-900.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-400.woff2') format('woff2');
}

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

.fa, .fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* Solid Icons (fas) */
.fa-rocket:before { content: "\f135"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before, .fa-xmark:before { content: "\f00d"; }
.fa-phone-volume:before { content: "\f2a0"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-brain:before { content: "\f5dc"; }
.fa-chart-line:before { content: "\f201"; }
.fa-plug:before { content: "\f1e6"; }
.fa-shield-alt:before, .fa-shield-halved:before { content: "\f3ed"; }
.fa-star:before { content: "\f005"; }
.fa-phone:before { content: "\f095"; }
.fa-headset:before { content: "\f590"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before, .fa-location-dot:before { content: "\f3c5"; }
.fa-play:before { content: "\f04b"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-user:before { content: "\f007"; }
.fa-calendar:before { content: "\f133"; }
.fa-clock:before { content: "\f017"; }
.fa-home:before, .fa-house:before { content: "\f015"; }
.fa-search:before, .fa-magnifying-glass:before { content: "\f002"; }
.fa-check:before { content: "\f00c"; }
.fa-cog:before, .fa-gear:before { content: "\f013"; }
.fa-spinner:before { content: "\f110"; }

/* Brand Icons (fab) */
.fa-facebook-f:before { content: "\f39e"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-twitter:before { content: "\e61b"; }
.fa-x-twitter:before { content: "\e61b"; }
.fa-instagram:before { content: "\f16d"; }

/* Utilities */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Size modifiers */
.fa-xs { font-size: 0.75em; }
.fa-sm { font-size: 0.875em; }
.fa-lg { font-size: 1.25em; }
.fa-xl { font-size: 1.5em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Fixed width */
.fa-fw {
    text-align: center;
    width: 1.25em;
}

/* Pull */
.fa-pull-left {
    float: left;
    margin-right: 0.3em;
}
.fa-pull-right {
    float: right;
    margin-left: 0.3em;
}

/* Margin helpers for icons */
.mr-2 { margin-right: 0.5rem; }
.ml-2 { margin-left: 0.5rem; }
.mr-3 { margin-right: 0.75rem; }
.ml-3 { margin-left: 0.75rem; }
