/**
 * فونت لوکال افزونه اطلس شاپ — یکان‌بخ
 * @font-face از هندل atlasshop-yekan-bakh-font بارگذاری می‌شود.
 */

:root {
	--atlasshop-widget-font-family: 'Yekan Bakh', 'YekanBakh', yekanbakh, Tahoma, Arial, sans-serif;
}

/* ریشه ویجت‌ها — فرزندان با inherit می‌گیرند */
.elementor-widget[class*="elementor-widget-atlasshop"],
.elementor-widget[class*="elementor-widget-atlasshop"] .elementor-widget-container,
.atlasshop-local-fonts,
.atlasshop-mbb-drawer,
.atlasshop-mbb-drawer__panel,
.atlasshop-mbb-search,
.atlasshop-mbb-search__dialog,
.setmart-mm-widget,
.setmart-mm-dropdown,
.setmart-mm-panel {
	font-family: var(--atlasshop-widget-font-family);
}

.atlasshop-local-fonts button,
.atlasshop-local-fonts input,
.atlasshop-local-fonts select,
.atlasshop-local-fonts textarea {
	font-family: inherit;
}
