/* static/css/fa-subset.css — только используемые solid-иконки */

@font-face {
    font-family: "Font Awesome 6 Free";
    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 6 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-spin {
    animation: fa-spin 1s linear infinite;
}

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

.fa-star::before { content: "\f005"; }
.fa-phone::before { content: "\f095"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-clock::before { content: "\f017"; }
.fa-user::before { content: "\f007"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-heart::before { content: "\f004"; }
.fa-refresh::before { content: "\f021"; }
.fa-spinner::before { content: "\f110"; }
.fa-check::before { content: "\f00c"; }
.fa-times::before { content: "\f00d"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-filter::before { content: "\f0b0"; }
.fa-home::before { content: "\f015"; }
.fa-comment-slash::before { content: "\f4b3"; }
.fa-cloud-upload-alt::before { content: "\f382"; }
.fa-eye::before { content: "\f06e"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-check-circle::before { content: "\f058"; }
.fa-user-plus::before { content: "\f234"; }
.fa-save::before { content: "\f0c7"; }
