/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: light;
  font-weight: 300;
  src: url('fonts/IRANYekanXFaNum-Light.woff') format('woff');
}
@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/IRANYekanXFaNum-Regular.woff') format('woff');
}

/* تعریف فونت‌های ایران‌یکان */
@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: light;
  font-weight: 300;
  src: url('fonts/IRANYekanXFaNum-Light.woff') format('woff');
}

@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/IRANYekanXFaNum-Regular.woff') format('woff');
}

@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url('fonts/IRANYekanXFaNum-Bold.woff') format('woff');
}

/* استفاده از فونت ایران‌یکان برای بدنه */
body {
  font-family: 'iranyekan', sans-serif !important;
}

/* استفاده از فونت ایران‌یکان برای تیترها و منوهای جانبی */
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: 'iranyekan', sans-serif !important;
  font-weight: 700;
}

/* استفاده از فونت ایران‌یکان برای منوی اصلی */
.nav > li > a {
  font-family: 'iranyekan', sans-serif !important;
}





