/* FontAwesome Solid */
@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* FontAwesome Regular */
@font-face {
    font-family: 'FontAwesomeRegular';
    src: url('fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* FontAwesome Brands */
@font-face {
    font-family: 'FontAwesomeBrands';
    src: url('fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* کلاس‌های آیکون */
.fa-solid {
    font-family: 'FontAwesomeSolid';
}

.fa-regular {
    font-family: 'FontAwesomeRegular';
}

.fa-brands {
    font-family: 'FontAwesomeBrands';
}

.fa-solid,
.fa-regular,
.fa-brands {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}
