/*
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: yekanBakh;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("assets/fonts/yekan-bakh-light.woff") format("woff")
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("assets/fonts/yekan-bakh-regular.woff") format("woff")
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("assets/fonts/yekan-bakh-medium.woff") format("woff")
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("assets/fonts/yekan-bakh-bold.woff") format("woff")
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("assets/fonts/yekan-bakh-heavy.woff") format("woff")
}

@font-face {
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("assets/fonts/yekan-bakh-fat.woff") format("woff")
} */


@font-face {
    font-display: swap;
    font-family: iransans;
    font-weight: 100 900;
    src: url('assets/fonts/IRANSansXV.woff') format("woff-variations"),url('assets/fonts/IRANSansXV.woff') format("woff")
  }
  
  @font-face {
    font-display: swap;
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/Yekan-Bakh-Light.woff') format('woff')
  }
  
  @font-face {
    font-display: swap;
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/Yekan-Bakh-Regular.woff') format('woff')
  }
  
  @font-face {
    font-display: swap;
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/Yekan-Bakh-Medium.woff') format('woff')
  }
  
  @font-face {
    font-display: swap;
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/Yekan-Bakh-Bold.woff') format('woff')
  }
  
  @font-face {
    font-display: swap;
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/Yekan-Bakh-Heavy.woff') format('woff')
  }
  
  /* @font-face {
    font-display: swap;
    font-family: yekanBakh;
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/Yekan-Bakh-Fat.woff') format('woff')
  } */


body {
    font-family: yekanBakh !important;
}

.nav > li > a {
    font-family: yekanBakh !important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: yekanBakh !important;
}

.alt-font {
    font-family: yekanBakh !important;
}

p {
    font-family: yekanBakh !important;
}




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


}