/* YekanBakh Font for Admin Panel */
@font-face {
    font-family: 'YekanBakh';
    src: url('/fonts/YekanBakh-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

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

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

html, body {
    font-family: 'YekanBakh', Tahoma, sans-serif !important;
}

input, textarea, select, button, label, a, p, h1, h2, h3, h4, h5, h6, span, div, td, th, li, ul, ol, table {
    font-family: 'YekanBakh', Tahoma, sans-serif !important;
}

.font-sans, .font-yekan {
    font-family: 'YekanBakh', Tahoma, sans-serif !important;
}


