/* =====================================================
   IranYekan Web Font — EDD Pro Panel
   فونت ایران یکان برای پنل کاربری
===================================================== */

@font-face {
	font-family: 'IranYekan';
	src: url('../fonts/iranyekanwebregular.woff2') format('woff2'),
	     url('../fonts/iranyekanwebregular.woff')  format('woff');
	font-weight: 400;
	font-style:  normal;
	font-display: swap;
}

/* Apply IranYekan to everything inside the panel wrapper */
#eppPanel,
#eppPanel *,
#eppPanel *::before,
#eppPanel *::after,
.epp-wrap,
.epp-wrap *,
.epp-wrap *::before,
.epp-wrap *::after {
	font-family: 'IranYekan', Tahoma, Arial, sans-serif !important;
}

/* ── Force override تم وردپرس روی pill و icon ── */
.epp-db-pill--danger   { background:rgba(239,68,68,.15)  !important; color:#DC2626 !important; border:none !important; }
.epp-db-pill--warning  { background:rgba(245,158,11,.15) !important; color:#D97706 !important; border:none !important; }
.epp-db-pill--success  { background:rgba(34,197,94,.15)  !important; color:#16A34A !important; border:none !important; }
.epp-db-pill--info     { background:rgba(59,130,246,.15) !important; color:#2563EB !important; border:none !important; }
.epp-db-pill--secondary{ background:rgba(100,116,139,.12)!important; color:#64748B !important; border:none !important; }

.epp-db-orderrow__icon--danger   { background:rgba(239,68,68,.15)  !important; color:#DC2626 !important; }
.epp-db-orderrow__icon--warning  { background:rgba(245,158,11,.15) !important; color:#D97706 !important; }
.epp-db-orderrow__icon--success  { background:rgba(34,197,94,.15)  !important; color:#16A34A !important; }
.epp-db-orderrow__icon--info     { background:rgba(59,130,246,.15) !important; color:#2563EB !important; }
.epp-db-orderrow__icon--secondary{ background:rgba(100,116,139,.1) !important; color:#64748B !important; }
