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

/*
 fonts
 * /

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: light;
  font-weight: 300;
  src: url('fonts/iranyekanweblightfanum.woff') format('woff');
}
@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/iranyekanwebregularfanum.woff') format('woff');
}

@font-face {
  font-family: iranyekan;
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url('fonts/iranyekanwebboldfanum.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;
}

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


}