@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2'),
         url('/fonts/ttf/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Optional bold or other weights */
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2'),
         url('/fonts/ttf/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
