/* مثال؛ اسم‌ها رو مطابق فایل fonts.css خودت تنظیم کن */

/* ایکن‌ها - Font Awesome 6 */
@font-face {
    font-family: "Font Awesome 6 Free";
    src: url("/plugins/fontAwesome6/fa-solid-900.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap; /* مهم */
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    src: url("/plugins/fontAwesome6/fa-brands-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* فونت متن اصلی YekanBakh */
@font-face {
    font-family: "YekanBakh";
    src: url("/fonts/woff/YekanBakh.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "YekanBakh FD";
    src: url("/fonts/woff/YekanBakh-FD.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
