/* فونت‌های مالکیتی Fontiran با اجازهٔ ارائه‌شده توسط مالک محیط استفاده می‌شوند. */
@font-face {
    font-family: "R2 IRANSansX FaNum";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/IRANSansXFaNum-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "R2 IRANSansX FaNum";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/IRANSansXFaNum-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "R2 IRANSansX FaNum";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/IRANSansXFaNum-DemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "R2 IRANSansX FaNum";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/IRANSansXFaNum-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "R2 IRANYekanX FaNum";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/IRANYekanXFaNum-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "R2 IRANYekanX FaNum";
    font-style: normal;
    font-weight: 950;
    font-display: swap;
    src: url("../fonts/IRANYekanXFaNum-ExtraBlack.woff2") format("woff2");
}

@font-face {
    font-family: "R2 IRANSansX";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
}

:root {
    --r2-font-body: "R2 IRANSansX FaNum", Tahoma, Arial, sans-serif;
    --r2-font-display: "R2 IRANYekanX FaNum", "R2 IRANSansX FaNum", Tahoma, Arial, sans-serif;
    --r2-font-technical: "R2 IRANSansX", ui-monospace, SFMono-Regular, Consolas, monospace;
}
