/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Yekan Bakh';
  src: url('fonts/yekan-bakh/YekanBakh-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'Yekan Bakh';
  src: url('fonts/yekan-bakh/YekanBakh-ExtraBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/* ===============================
   فونت یکان بخ با اعداد فارسی (FaNum)
================================= */
@font-face {
  font-family: 'Yekan Bakh FaNum';
  src: url('fonts/yekan-bakh/YekanBakhFaNum-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Yekan Bakh FaNum';
  src: url('fonts/yekan-bakh/YekanBakhFaNum-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Yekan Bakh FaNum';
  src: url('fonts/yekan-bakh/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/* ===============================
   فونت یکان بخ بدون انگلیسی (NoEn)
================================= */
@font-face {
  font-family: 'Yekan Bakh NoEn';
  src: url('fonts/yekan-bakh/YekanBakhNoEn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Yekan Bakh NoEn';
  src: url('fonts/yekan-bakh/YekanBakhNoEn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Yekan Bakh NoEn';
  src: url('fonts/yekan-bakh/YekanBakhNoEn-ExtraBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
body, button, input, textarea, select {
  font-family: 'Yekan Bakh FaNum', sans-serif !important;
}
*/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
html, body, * {
  font-family: 'Yekan Bakh', sans-serif !important;
}

/* اطمینان از اعمال فونت روی المنتور */
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6,
.elementor-widget-text-editor,
.elementor-button,
.elementor-widget-nav-menu a,
.elementor-widget-icon-box,
.elementor-widget-counter,
.elementor-widget-testimonial,
.elementor-widget-icon-list,
.elementor-widget-accordion,
.elementor-widget-tabs {
  font-family: 'Yekan Bakh', sans-serif !important;
}
/* اعمال مستقیم روی المنتور */
.elementor, 
.elementor * {
  font-family: 'Yekan Bakh', sans-serif !important;
}

}