@font-face {
    font-family: 'vazir';
    src: url('/assets/font/Vazir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply to all elements */
*{
    font-family: 'vazir', Tahoma, Arial, sans-serif !important;
}

/* Specific elements that might need override */
#header, 
.thread-body, 
.ticket-info, 
.msg-body, 
.thread-entry {
    font-family: inherit !important;
}