@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/vazir/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/vazir/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Apply to the whole application */
body {
    font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
}

/* Ensure numbers and English look clean */
input, button, select, textarea {
    font-family: 'Vazirmatn', sans-serif;
}