
/* ── IRANSansX (main text font, same as panel) ── */
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url("../../../Assets/fonts/woff/IRANSansX-Regular.woff") format("woff"),
         url("../../../Assets/fonts/woff2/IRANSansX-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url("../../../Assets/fonts/woff/IRANSansX-Light.woff") format("woff"),
         url("../../../Assets/fonts/woff2/IRANSansX-Light.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url("../../../Assets/fonts/woff/IRANSansX-Medium.woff") format("woff"),
         url("../../../Assets/fonts/woff2/IRANSansX-Medium.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url("../../../Assets/fonts/woff/IRANSansX-Bold.woff") format("woff"),
         url("../../../Assets/fonts/woff2/IRANSansX-Bold.woff2") format("woff2");
    font-display: swap;
}

/* ── aviny (title/heading font, kept) ── */
@font-face {
    font-family: "aviny";
    src: url("../Fonts/aviny-700.eot");
    src: url("../Fonts/aviny-700d41d.eot?#iefix") format("embedded-opentype"), url("../Fonts/aviny-700.woff2") format("woff2"), url("../Fonts/aviny-700.woff") format("woff"), url("../Fonts/aviny-700.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}
