/* Vazirmatn Font Face - Local */
@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Apply font globally to Telegram Hub Pro pages */
.thp-body,
.thp-wrap,
.thp-content,
.thp-help-container,
#wpbody-content,
.thp-header,
.thp-footer,
.thp-card,
.thp-btn,
.thp-input,
.thp-textarea,
.thp-select,
.thp-table,
.thp-label,
.thp-notice,
.thp-badge,
.thp-stat,
.thp-module-card,
.thp-module-title,
.thp-module-desc,
.thp-tab-link,
.thp-tabs-nav,
.thp-form-group,
.thp-toggle-label,
.thp-nav-link,
.thp-brand-text,
.thp-version,
.thp-help-step-content h3,
.thp-help-chatid-card h3,
.thp-help-section-title,
.thp-help-hero-title,
.thp-footer-text {
    font-family: 'Vazirmatn', 'Tahoma', system-ui, -apple-system, sans-serif !important;
}