@font-face{
    font-family: 'IRANSans';
    src: url('/public/fonts/Woff2/IRANSansXFaNum-Medium.woff2') format('woff2'),
         url('/public/fonts/Woff/IRANSansXFaNum-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/public/fonts/Woff2/IRANSansXFaNum-Regular.woff2') format('woff2'),
         url('/public/fonts/Woff/IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: 400; /* نرمال */
    font-style: normal;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/public/fonts/Woff2/IRANSansXFaNum-Bold.woff2') format('woff2'),
         url('/public/fonts/Woff/IRANSansXFaNum-Bold.woff') format('woff');
    font-weight: 700; /* بولد */
    font-style: normal;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/public/fonts/Woff2/IRANSansXFaNum-Light.woff2') format('woff2'),
         url('/public/fonts/Woff/IRANSansXFaNum-Light.woff') format('woff');
    font-weight: 300; /* نازک */
    font-style: normal;
}
 * {
    font-family: 'IRANSans' !important;
 }