/* ═══════════════════════════════════════════════════
   یکان بخ — Self-Hosted Font
   فایل‌های woff2 در /fonts/yekan/ قرار دارند
   ═══════════════════════════════════════════════════ */

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/yekan/YekanBakhFaNum-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/yekan/YekanBakhFaNum-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/yekan/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/yekan/YekanBakhFaNum-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/yekan/YekanBakhFaNum-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/yekan/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/yekan/YekanBakhFaNum-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
<!--
.tc-donate-banner {
    max-width: 56rem;
    margin: 2.5rem auto 0;
    border-radius: 20px;
    background: linear-gradient(135deg, #f0fdf4 0%, #f0fdfa 50%, #ecfeff 100%);
    border: 1.5px solid #99f6e4;
    padding: 20px 24px;
    font-family: 'Vazirmatn', sans-serif;
}
 
.tc-donate-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
 
.tc-donate-content {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}
 
.tc-donate-icon {
    font-size: 1.8rem;
    line-height: 1;
    flex-shrink: 0;
}
 
.tc-donate-text {
    min-width: 0;
}
 
.tc-donate-title {
    font-size: .88rem;
    font-weight: 800;
    color: #134e4a;
    margin: 0 0 3px;
}
 
.tc-donate-desc {
    font-size: .78rem;
    color: #5eead4;
    color: #0f766e;
    opacity: .85;
    margin: 0;
    line-height: 1.6;
}
 
.tc-donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #0f766e;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-family: 'Vazirmatn', sans-serif;
    font-size: .82rem;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all .2s;
}
 
.tc-donate-btn:hover {
    background: #0d9488;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(13, 148, 136, .28);
}
 
@media (max-width: 560px) {
    .tc-donate-banner {
        padding: 16px 18px;
        border-radius: 16px;
        margin-top: 2rem;
    }
    .tc-donate-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
    .tc-donate-btn {
        width: 100%;
        justify-content: center;
        padding: 11px;
    }
}
-->
 