/*
 * Temeshk Font Awesome Solid Subset
 * Contains only the Solid icons used by the site.
 */

@font-face {
    font-family: "Font Awesome 7 Pro Solid Subset";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../webfonts/fa-solid-subset.woff2") format("woff2");
}

.fa,
.fas,
.fa-solid {
    font-family: "Font Awesome 7 Pro Solid Subset";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.fa-spin {
    animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-exclamation::before { content: "\F12A"; }

.fa-spinner::before { content: "\F110"; }

.fa-edit::before { content: "\F044"; }

.fa-shopping-basket::before { content: "\F291"; }

.fa-play-circle::before { content: "\F144"; }

.fa-trash::before { content: "\F2ED"; }

.fa-copy::before { content: "\F0C5"; }

.fa-home::before { content: "\F015"; }

.fa-refresh::before { content: "\F021"; }

.fa-arrow-alt-circle-up::before { content: "\F35B"; }

.fa-arrow-alt-circle-down::before { content: "\F35A"; }

.fa-save::before { content: "\F0C7"; }

.fa-star::before { content: "\F005"; }

.fa-search::before { content: "\F002"; }

.fa-square::before { content: "\F0C8"; }

.fa-fan::before { content: "\F863"; }

.fa-bolt::before { content: "\F0E7"; }

.fa-male::before { content: "\F183"; }

.fa-female::before { content: "\F182"; }

.fa-grin::before { content: "\F580"; }

.fa-wine-glass::before { content: "\F4E3"; }

.fa-flower::before { content: "\F7FF"; }

.fa-compass-drafting::before { content: "\F568"; }

.fa-balloon::before { content: "\F5D8"; }

.fa-chevron-circle-up::before { content: "\F139"; }

/* Compatibility aliases used by older Font Awesome class names */
.fa-arrow-alt-circle-up::before { content: "\F35B"; }
.fa-arrow-alt-circle-down::before { content: "\F35A"; }
.fa-chevron-circle-up::before { content: "\F139"; }
