@font-face {
    font-family: iranSans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/iranSansWebLight/IRANSansWeb_Light.eot);
    src: url(../fonts/iranSansWebLight/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(../fonts/iranSansWebLight/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/iranSansWebLight/IRANSansWeb_Light.woff) format("woff"), url(../fonts/iranSansWebLight/IRANSansWeb_Light.ttf) format("truetype")
}

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/VazirMatn/Vazirmatn-Thin.woff2) format("woff2");
}

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/VazirMatn/Vazirmatn-ExtraLight.woff2) format("woff2");
}

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/VazirMatn/Vazirmatn-Light.woff2) format("woff2");
}

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

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/VazirMatn/Vazirmatn-Medium.woff2) format("woff2");
}

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/VazirMatn/Vazirmatn-SemiBold.woff2) format("woff2");
}

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/VazirMatn/Vazirmatn-Bold.woff2) format("woff2");
}

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/VazirMatn/Vazirmatn-ExtraBold.woff2) format("woff2");
}

@font-face {
    font-family: VazirMatn;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/VazirMatn/Vazirmatn-Black.woff2) format("woff2");
}

@font-face{font-family:whmcsco;font-style:normal;font-weight:300;src:url(../fonts/whmcsco.woff)} 

/* Persian Numbers Support */
body, html {
    font-family: VazirMatn, sans-serif;
}

/* Ensure numbers are displayed in Persian format */
.persian-numbers {
    font-family: VazirMatn, sans-serif;
}

/* Force Persian numbers for specific elements */
.price, .amount, .number, .count, .quantity {
    font-family: VazirMatn, sans-serif !important;
} 