@font-face {
    font-family: 'IransansFont';
    src: url('../fonts/IRANSansXFaNum-Regular.woff2') format('woff2');
    font-weight: 400; /* یا normal */
    font-style: normal;
}

@font-face {
    font-family: 'IransansFont';
    src: url('../fonts/IRANSansXFaNum-Bold.woff2') format('woff2');
    font-weight: 700; /* یا bold */
    font-style: normal;
}

body {
    font-family: 'IransansFont', sans-serif;
}
